]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/stack-checker-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / stack-checker / stack-checker-tests.factor
index 5426b773b24ff0c12e305e15d3f5fbea08e02063..93a3957dc348efaa79559fbc6a71c8250134e0e0 100644 (file)
@@ -459,7 +459,7 @@ DEFER: eee'
     ] [ 4drop ] if ; inline recursive
 : recursive-reduce ( seq i quot: ( prev elt -- next ) -- result )
     swapd [ 0 ] 2dip over length (recursive-reduce) ; inline
-{ 24995000 } [ 10000 iota 0 [ dup even? [ + ] [ drop ] if ] recursive-reduce ] unit-test
+{ 24995000 } [ 10000 <iota> 0 [ dup even? [ + ] [ drop ] if ] recursive-reduce ] unit-test
 { 3 1 } [ [ member? [ 1 + ] when ] curry recursive-reduce ] must-infer-as
 
 [ [ [ write write ] each      ] infer ] [ unbalanced-branches-error? ] must-fail-with