]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linearization/linearization-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / cfg / linearization / linearization-tests.factor
index 9c3e9c4aa603c948b77b9ae84cc9c82398d49727..60620c00397aee3664aeb72085bd7a7bcf19101b 100644 (file)
@@ -29,7 +29,7 @@ V{ } 2 test-bb
 ] unit-test
 
 { { 0 1 2 3 4 5 } } [
-    6 iota [ V{ } clone over insns>block ] { } map>assoc dup
+    6 <iota> [ V{ } clone over insns>block ] { } map>assoc dup
     {
         { 0 1 } { 0 2 } { 0 5 }
         { 2 3 }