]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/id3/id3-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / id3 / id3-tests.factor
index bd5e9bb27d23558ed11995eb1e9f5f4c3ed55e5a..8168c96a00cd869c337f4f5db7accd163112a075 100644 (file)
@@ -43,4 +43,4 @@ IN: id3.tests
 
 
 { t }
-[ 10000 iota [ synchsafe>sequence sequence>synchsafe ] map [ < ] monotonic? ] unit-test
+[ 10000 <iota> [ synchsafe>sequence sequence>synchsafe ] map [ < ] monotonic? ] unit-test