]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler: fix test
authorSlava Pestov <slava@shill.local>
Wed, 29 Jul 2009 11:39:54 +0000 (06:39 -0500)
committerSlava Pestov <slava@shill.local>
Wed, 29 Jul 2009 11:39:54 +0000 (06:39 -0500)
basis/compiler/tests/low-level-ir.factor

index 649a72cd207130a546c6bdc6102fd390ae47817f..eb8c0fbf98199943d65b635b56f198d8861f7a77 100644 (file)
@@ -22,11 +22,11 @@ IN: compiler.tests.low-level-ir
         T{ ##inc-d f 1 }
         T{ ##replace f V int-regs 0 D 0 }
         T{ ##branch }
-    } append 1 test-bb
+    } [ clone ] map append 1 test-bb
     V{
         T{ ##epilogue }
         T{ ##return }
-    } 2 test-bb
+    } [ clone ] map 2 test-bb
     0 get 1 get 1vector >>successors drop
     1 get 2 get 1vector >>successors drop
     compile-test-cfg