Fixed a test to reflect implicit let in cond instead of implicit begin.

This commit is contained in:
Vincent St-Amour 2010-10-14 10:53:43 -04:00
parent 2f01da7450
commit 3f5ea8a5be

View File

@ -1,5 +1,8 @@
#;
(
dead-substructs.rkt line 22 col 2 - (let-values () (quote 1)) - unboxed let bindings
dead-substructs.rkt line 22 col 2 - (let-values () (quote 2)) - unboxed let bindings
dead-substructs.rkt line 22 col 2 - (let-values () (#%app error (quote eh?))) - unboxed let bindings
1
2
)