]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/destruction/coalescing/coalescing-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / cfg / ssa / destruction / coalescing / coalescing-tests.factor
index d119e17958d8fef27112ee1c76bb3fc26c001e73..bc7fe6f6db5817919a82c48c7ecc7c1d62d34674 100644 (file)
@@ -98,7 +98,7 @@ IN: compiler.cfg.ssa.destruction.coalescing.tests
 : make-phi-inputs ( -- assoc )
     H{ } clone [
         { 2287 2288 } [
-            10 iota 1 sample first rot set-at
+            10 <iota> 1 sample first rot set-at
         ] with each
     ] keep ;