fix test that looks at expension of a module
svn: r9451
This commit is contained in:
parent
f01241531b
commit
d09b8c5a78
|
@ -454,7 +454,7 @@
|
|||
(let ([b (identifier-binding (syntax-case (expand #'(module m scheme/base
|
||||
(require (only-in (lib "lang/htdp-intermediate.ss") [cons bcons]))
|
||||
bcons)) ()
|
||||
[(mod m mz (#%mod-beg req _void (app call-with-values (lambda () cons) print) void))
|
||||
[(mod m mz (#%mod-beg req (app call-with-values (lambda () cons) print)))
|
||||
(let ([s (syntax cons)])
|
||||
(test 'bcons syntax-e s)
|
||||
s)]))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user