From 759a3707c86be1ca19eceff49e77f45e54bd7bf9 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 14 Oct 2010 10:53:43 -0400 Subject: [PATCH] Fixed a test to reflect implicit let in cond instead of implicit begin. original commit: 3f5ea8a5be1da62f4766585f891e7c5340c52588 --- .../tests/typed-scheme/optimizer/tests/dead-substructs.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/tests/typed-scheme/optimizer/tests/dead-substructs.rkt b/collects/tests/typed-scheme/optimizer/tests/dead-substructs.rkt index 638a5cf0..3e644029 100644 --- a/collects/tests/typed-scheme/optimizer/tests/dead-substructs.rkt +++ b/collects/tests/typed-scheme/optimizer/tests/dead-substructs.rkt @@ -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 )