Fixed a test to reflect implicit let in cond instead of implicit begin.
This commit is contained in:
parent
2f01da7450
commit
3f5ea8a5be
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user