]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sets/extras/extras-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / sets / extras / extras-tests.factor
index a33d88d231e563d1e3aedc04e1032a66a823f3e6..15455670138a94e23c49a603b2695a3060df802f 100644 (file)
@@ -23,6 +23,6 @@ IN: sets.extras.tests
 { "abc" } [ "abcddd" non-repeating ] unit-test
 { "" } [ "aabbcc" non-repeating ] unit-test
 
-{ HS{ 0 10 20 30 40 } } [ 5 iota [ 10 * ] mapped-set ] unit-test
+{ HS{ 0 10 20 30 40 } } [ 5 <iota> [ 10 * ] mapped-set ] unit-test
 
 { { 1 2 4 } } [ { 1 2 3 4 5 } [ 2/ ] unique-by ] unit-test