compiler.cfg.scheduling: Fix V{ } -> { } unit test.

db4
Doug Coleman 2014-11-22 17:43:27 -08:00
parent 964ae127a2
commit 3b3103b545
1 changed files with 3 additions and 3 deletions

View File

@ -85,8 +85,8 @@ IN: compiler.cfg.scheduling.tests
{ {
{ {
V{ T{ ##inc-r } T{ ##inc-d } T{ ##peek } T{ ##peek } } { T{ ##inc-r } T{ ##inc-d } T{ ##peek } T{ ##peek } }
V{ {
T{ ##load-tagged } T{ ##load-tagged }
T{ ##allot } T{ ##allot }
T{ ##set-slot-imm } T{ ##set-slot-imm }
@ -103,7 +103,7 @@ IN: compiler.cfg.scheduling.tests
T{ ##replace-imm } T{ ##replace-imm }
T{ ##replace } T{ ##replace }
} }
V{ T{ ##branch } } { T{ ##branch } }
} }
} [ test-1187 [ f >>insn# ] map split-insns ] unit-test } [ test-1187 [ f >>insn# ] map split-insns ] unit-test