]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/dominance/dominance-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / cfg / dominance / dominance-tests.factor
index bd9e195cae04e1f1d58418d0bfbd93f4bef42e50..d963c961408b096602b08396b42b0ff02689b54a 100644 (file)
@@ -74,7 +74,7 @@ V{ } 5 test-bb
 { t } [ 0 5 [a,b] [ get dom-parent 0 get eq? ] all? ] unit-test
 
 : non-det-test ( -- cfg )
-    9 iota [ V{ } clone over insns>block ] { } map>assoc dup
+    9 <iota> [ V{ } clone over insns>block ] { } map>assoc dup
     {
         { 0 1 }
         { 1 2 } { 1 7 }