diff options
Diffstat (limited to 'test/chibi.scm')
-rw-r--r-- | test/chibi.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/chibi.scm b/test/chibi.scm index ba1bb54..4b72d90 100644 --- a/test/chibi.scm +++ b/test/chibi.scm @@ -1,7 +1,6 @@ (import (scheme base) (scheme case-lambda) - (except (chibi test) test-equal) - (srfi 2)) + (except (chibi test) test-equal)) (import (zambyte meta json)) |