]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/stacks/uninitialized/uninitialized-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / cfg / stacks / uninitialized / uninitialized-tests.factor
index 7d8b15d7aab46ec935dcb034d595effc4f0e8687..61c3cd67d1ffc5a309b1026d22867c74c37d47bb 100644 (file)
@@ -1,12 +1,11 @@
-IN: compiler.cfg.stacks.uninitialized.tests
 USING: compiler.cfg.stacks.uninitialized compiler.cfg.debugger
 compiler.cfg.registers compiler.cfg.instructions compiler.cfg
 compiler.cfg.predecessors cpu.architecture tools.test kernel vectors
 namespaces accessors sequences ;
+IN: compiler.cfg.stacks.uninitialized.tests
 
 : test-uninitialized ( -- )
     cfg new 0 get >>entry
-    compute-predecessors
     compute-uninitialized-sets ;
 
 V{
@@ -14,14 +13,14 @@ V{
 } 0 test-bb
 
 V{
-    T{ ##replace f V int-rep 0 D 0 }
-    T{ ##replace f V int-rep 0 D 1 }
-    T{ ##replace f V int-rep 0 D 2 }
+    T{ ##replace f 0 D 0 }
+    T{ ##replace f 0 D 1 }
+    T{ ##replace f 0 D 2 }
     T{ ##inc-r f 1 }
 } 1 test-bb
 
 V{
-    T{ ##peek f V int-rep 0 D 0 }
+    T{ ##peek f 0 D 0 }
     T{ ##inc-d f 1 }
 } 2 test-bb