fix test case affected by change to scheme/base module-begin expansion
svn: r8896
This commit is contained in:
parent
e0319c7fed
commit
d4ea11b325
|
@ -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 (app call-with-values (lambda () cons) print) void))
|
||||
[(mod m mz (#%mod-beg req _void (app call-with-values (lambda () cons) print) void))
|
||||
(let ([s (syntax cons)])
|
||||
(test 'bcons syntax-e s)
|
||||
s)]))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user