]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.linear-scan: fix unit test
authorSlava Pestov <slava@shill.local>
Mon, 5 Oct 2009 23:21:58 +0000 (18:21 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 5 Oct 2009 23:21:58 +0000 (18:21 -0500)
basis/compiler/cfg/linear-scan/linear-scan-tests.factor

index 2f49bf7faedb4e17bf17e5fa97c560275be2720a..3a9a7ac0a1a34632b3282b28f369863fe88091b9 100644 (file)
@@ -1465,7 +1465,7 @@ V{
 
 [ ] [ { 1 2 3 } test-linear-scan-on-cfg ] unit-test
 
-[ { 1 } ] [ 1 get instructions>> first tagged-values>> ] unit-test
+[ { { 0 1 } } ] [ 1 get instructions>> first tagged-values>> ] unit-test
 
 V{
     T{ ##peek f 0 D 0 }
@@ -1487,4 +1487,4 @@ V{
 
 [ ] [ { 1 2 3 } test-linear-scan-on-cfg ] unit-test
 
-[ { 1 } ] [ 1 get instructions>> first tagged-values>> ] unit-test
+[ { { 0 1 } } ] [ 1 get instructions>> first tagged-values>> ] unit-test