]> gitweb.factorcode.org Git - factor.git/blobdiff - core/assocs/assocs-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / assocs / assocs-tests.factor
index 9200547144ea1674fdee37d8b1de81eaaa91f66d..c56edcc671cdc70a5b57dd023dca1f122a6e0ace 100644 (file)
@@ -315,5 +315,5 @@ unit-test
         { 2 V{ 2 5 8 } }
     }
 } [
-    10 iota [ 3 mod ] collect-by
+    10 <iota> [ 3 mod ] collect-by
 ] unit-test