mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
making ansi tests portable
This commit is contained in:
parent
a13d4c49f0
commit
8813a62b8e
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
(define-library (chibi term ansi-test)
|
(define-library (chibi term ansi-test)
|
||||||
(export run-tests)
|
(export run-tests)
|
||||||
(import (chibi)
|
(import (scheme base)
|
||||||
(only (scheme base) parameterize)
|
|
||||||
(chibi test)
|
(chibi test)
|
||||||
(chibi term ansi))
|
(chibi term ansi))
|
||||||
(begin
|
(begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue