]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sorting/sorting-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / sorting / sorting-tests.factor
index 70716c905b3016d40da4cb24585012340a2a91a9..5c2d0972eed42d380de28d5144a3beacc1a02b16 100644 (file)
@@ -4,7 +4,7 @@ sorting tools.test vocabs ;
 { { } } [ { } natural-sort ] unit-test
 
 { { 270000000 270000001 } }
-[ T{ slice f 270000000 270000002 T{ iota-tuple f 270000002 } } natural-sort ]
+[ T{ slice f 270000000 270000002 T{ iota f 270000002 } } natural-sort ]
 unit-test
 
 { t } [