diff options
author | Robby Zambito <contact@robbyzambito.me> | 2023-02-17 23:14:07 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2023-02-17 23:14:07 -0500 |
commit | 77b247c6b1ab2e7287fab535ffe8e5c5c3eb914f (patch) | |
tree | 92dd4592b4ba62cbfddd5999b8a9294317f9a12d /test | |
parent | 76288f4c507a13b1b11838cd046f498f5ff4a071 (diff) |
Reach feature parity with Gauche
Diffstat (limited to 'test')
-rw-r--r-- | test/gauche.scm | 2 |
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)) |