]> gitweb.factorcode.org Git - factor.git/blobdiff - core/kernel/kernel-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / kernel / kernel-tests.factor
index f5c19123ab5f8eca9cdb972a7580d58907b33661..23f12b419dc11730d0954aba9fdae3208e3b8208 100644 (file)
@@ -20,7 +20,7 @@ IN: kernel.tests
         { 1 2 8 }
         { 1 2 9 }
     }
-} [ 1 2 10 iota [ 3array ] 2with map ] unit-test
+} [ 1 2 10 <iota> [ 3array ] 2with map ] unit-test
 
 ! Don't leak extra roots if error is thrown
 { } [ 1000 [ [ 3 throw ] ignore-errors ] times ] unit-test