summaryrefslogtreecommitdiff
path: root/test/gauche.scm
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2023-02-18 00:06:38 -0500
committerRobby Zambito <contact@robbyzambito.me>2023-02-18 00:06:38 -0500
commit2c67dfff745ab6d53d5fdcce9338e46b2da567f4 (patch)
treeb533bdd15ae0b18ee6eb1bb5cdb6fd8556383c63 /test/gauche.scm
parentdfe51779fceaf635436e769b39bbce898f19abd9 (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/gauche.scm')
-rw-r--r--test/gauche.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gauche.scm b/test/gauche.scm
index d9af396..869e348 100644
--- a/test/gauche.scm
+++ b/test/gauche.scm
@@ -1,6 +1,5 @@
(import (scheme base)
(scheme case-lambda)
- (srfi 2)
(srfi 64))
(import (zambyte meta json))