summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2023-02-17 23:14:07 -0500
committerRobby Zambito <contact@robbyzambito.me>2023-02-17 23:14:07 -0500
commit77b247c6b1ab2e7287fab535ffe8e5c5c3eb914f (patch)
tree92dd4592b4ba62cbfddd5999b8a9294317f9a12d /test
parent76288f4c507a13b1b11838cd046f498f5ff4a071 (diff)
Reach feature parity with Gauche
Diffstat (limited to 'test')
-rw-r--r--test/gauche.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gauche.scm b/test/gauche.scm
index 929ea6a..d9af396 100644
--- a/test/gauche.scm
+++ b/test/gauche.scm
@@ -1,4 +1,6 @@
(import (scheme base)
+ (scheme case-lambda)
+ (srfi 2)
(srfi 64))
(import (zambyte meta json))