compiler.cfg.linear-scan: fix unit test

db4
Slava Pestov 2009-10-05 18:21:58 -05:00
parent 61e3ba77d8
commit 5b40fc6533
1 changed files with 2 additions and 2 deletions

View File

@ -1465,7 +1465,7 @@ V{
[ ] [ { 1 2 3 } test-linear-scan-on-cfg ] unit-test [ ] [ { 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{ V{
T{ ##peek f 0 D 0 } T{ ##peek f 0 D 0 }
@ -1487,4 +1487,4 @@ V{
[ ] [ { 1 2 3 } test-linear-scan-on-cfg ] unit-test [ ] [ { 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