3e5de399a7
I've just moved the relevant code into the functional-tests dir.
6 lines
168 B
Scheme
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))) |