]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/streams/peek/peek-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / io / streams / peek / peek-tests.factor
index d9a2fb6a1614a20269a3c3a60811b88f16c3df41..0d6ab019c7c2c0e80fc977c74f2df5fdf855d2ca 100644 (file)
@@ -115,7 +115,7 @@ IN: io.streams.peek.tests
 [
     [
         [
-            26 iota >byte-array <memory-stream> <peek-stream>
+            26 <iota> >byte-array <memory-stream> <peek-stream>
             4 over stream-peek ,
             6 over stream-peek ,
             2 over stream-read ,