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