]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/ports/ports-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / io / ports / ports-tests.factor
index d30bdaa6ebfe59f63e9f44f3934dcb5946e8ade0..4299209aa938be24183e56ec20d73858db366601 100644 (file)
@@ -11,7 +11,7 @@ locals math namespaces sequences tools.test ;
     { } [
         path binary [
             [
-                100,000 iota
+                100,000 <iota>
                 0
                 100,000 int malloc-array &free [ copy ] keep write
             ] with-destructors
@@ -20,7 +20,7 @@ locals math namespaces sequences tools.test ;
 
     { t } [
         path binary [
-            100,000 4 * read int cast-array 100,000 iota sequence=
+            100,000 4 * read int cast-array 100,000 <iota> sequence=
         ] with-file-reader
     ] unit-test