]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/liveness/liveness-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / cfg / liveness / liveness-tests.factor
index cb95300ca089fbd2a974000d4f99df173c1206b5..5c26f6a328393b1daf881782823fe995c50a6dc8 100644 (file)
@@ -91,7 +91,7 @@ IN: compiler.cfg.liveness.tests
 ! liveness-step
 { 3 } [
     init-liveness
-    3 iota [ <basic-block> swap >>number ] map <basic-block>
+    3 <iota> [ <basic-block> swap >>number ] map <basic-block>
     [ connect-Nto1-bbs ] keep liveness-step length
 ] unit-test