]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/grouping/extras/extras-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / grouping / extras / extras-tests.factor
index 6033921587d9ec5066da330c275c8acac99e101f..7b386af4e17b26e6f0edd8f413b208032c62135c 100644 (file)
@@ -29,10 +29,10 @@ IN: grouping.extras
         { 2 V{ 6 7 8 } }
         { 3 V{ 9 } } }
 } [
-    10 iota [ 3 / floor ] group-by
+    10 <iota> [ 3 / floor ] group-by
 ] unit-test
 
 { V{ { t V{ 0 1 2 3 4 5 6 7 8 9 } } } }
-[ 10 iota [ drop t ] group-by ] unit-test
+[ 10 <iota> [ drop t ] group-by ] unit-test
 
 { V{ } } [ { } [ drop t ] group-by ] unit-test