thin-provisioning-tools/functional-tests/srfi/s6/basic-string-ports/compat.chezscheme.sls
Joe Thornber 3e5de399a7 [functional tests] Remove dependency on the ThunderChez library.
I've just moved the relevant code into the functional-tests dir.
2020-04-30 12:07:42 +01:00

6 lines
168 B
Scheme

(library (srfi s6 basic-string-ports compat)
(export open-output-string get-output-string)
(import (only (chezscheme) open-output-string get-output-string)))