Fixed a test to reflect implicit let in cond instead of implicit begin.
original commit: 3f5ea8a5be1da62f4766585f891e7c5340c52588
This commit is contained in:
parent
1a4e176824
commit
759a3707c8
|
@ -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