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/gauche.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'test/gauche.scm') 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)) -- cgit