fix test that looks at expension of a module

svn: r9451
This commit is contained in:
Matthew Flatt 2008-04-24 12:06:19 +00:00
parent f01241531b
commit d09b8c5a78

View File

@ -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)]))])