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

original commit: 3f5ea8a5be1da62f4766585f891e7c5340c52588
This commit is contained in:
Vincent St-Amour 2010-10-14 10:53:43 -04:00
parent 1a4e176824
commit 759a3707c8

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
)