From e4d53fe5333b932fb642249c305b2f7b2d1a0d6d Mon Sep 17 00:00:00 2001 From: Daphne Preston-Kendal Date: Fri, 28 Oct 2022 11:06:21 +0200 Subject: [PATCH] Fix syntax-tests to use mutable-environment --- tests/syntax-tests.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/syntax-tests.scm b/tests/syntax-tests.scm index fecf3301..59b501a3 100644 --- a/tests/syntax-tests.scm +++ b/tests/syntax-tests.scm @@ -3,7 +3,7 @@ (modules (import (chibi) (only (chibi test) test-begin test test-error test-end) - (only (meta) environment))) + (only (meta) mutable-environment))) (else #f)) (test-begin "syntax") @@ -84,7 +84,7 @@ ;; this could be fixed in theory) (modules (test-begin "identifier syntax") - (define syntax-test-env (environment '(chibi) '(chibi ast))) + (define syntax-test-env (mutable-environment '(chibi) '(chibi ast))) (eval '(define-syntax low-level-id-macro