mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Fix syntax-tests to use mutable-environment
This commit is contained in:
parent
d67fa42d0c
commit
e4d53fe533
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue