projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec616bf
)
Fix test broken by earlier change.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 2 Feb 2018 05:54:55 +0000
(21:54 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 2 Feb 2018 05:54:55 +0000
(21:54 -0800)
tests/runtime/test-syntax-rename.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-syntax-rename.scm
b/tests/runtime/test-syntax-rename.scm
index 600f3f454a5c6f2cd667815400e8136ce1ca5b89..a8ad0aeba959603408fe017ae309a9bd125bfaf7 100644
(file)
--- a/
tests/runtime/test-syntax-rename.scm
+++ b/
tests/runtime/test-syntax-rename.scm
@@
-37,7
+37,7
@@
USA.
(syntax-check '(keyword identifier) form)
(let* ((raw (cadr form))
(closed (close-syntax raw use-env)))
- `(define-syntax
inner
+ `(define-syntax
,(close-syntax 'inner use-env)
(sc-macro-transformer
(lambda (form use-env)
(syntax-check '(keyword) form)