From 2c67dfff745ab6d53d5fdcce9338e46b2da567f4 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 18 Feb 2023 00:06:38 -0500 Subject: Do not use and-let* in tests. There are issues with using it in R7RS mode in Gerbil. Add Guile test file --- test/chibi.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/chibi.scm') 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)) -- cgit