]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/codegen.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / compiler / tests / codegen.factor
index cab83b89acd8b0efa9fc89c4ba077b2146b8f5c8..294ea1be3e2d91305d41a3ca514051da93f0e8ec 100644 (file)
@@ -316,7 +316,7 @@ cell 4 = [
 
 ! Bug with ##return node construction
 : return-recursive-bug ( nodes -- ? )
-    { fixnum } declare iota [
+    { fixnum } declare <iota> [
         dup 3 bitand 1 = [ drop t ] [
             dup 3 bitand 2 = [
                 return-recursive-bug