racket/collects/tests/r6rs/run/mutable-strings.sps
2008-07-21 22:16:19 +00:00

8 lines
201 B
Scheme

#!r6rs
(import (tests r6rs mutable-strings)
(tests r6rs test)
(rnrs io simple))
(display "Running tests for (rnrs mutable-strings)\n")
(run-mutable-strings-tests)
(report-test-results)