diff options
author | Robby Zambito <contact@robbyzambito.me> | 2023-02-18 00:06:38 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2023-02-18 00:06:38 -0500 |
commit | 2c67dfff745ab6d53d5fdcce9338e46b2da567f4 (patch) | |
tree | b533bdd15ae0b18ee6eb1bb5cdb6fd8556383c63 /test/chibi.scm | |
parent | dfe51779fceaf635436e769b39bbce898f19abd9 (diff) |
Do not use and-let* in tests.
There are issues with using it in R7RS mode in Gerbil.
Add Guile test file
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)) |