]> gitweb.factorcode.org Git - factor.git/commitdiff
io.streams.peek: fix test using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 13 May 2015 13:29:05 +0000 (06:29 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 13 May 2015 13:29:05 +0000 (06:29 -0700)
extra/io/streams/peek/peek-tests.factor

index d860086f271add1d046e086d2ce77f83ee468e47..b4a7b90f7a0f41572cf4a25ace47a523998edfa3 100644 (file)
@@ -1,10 +1,9 @@
 ! Copyright (C) 2011 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors byte-arrays combinators
-combinators.short-circuit destructors io io.encodings.ascii
-io.encodings.binary io.private io.streams.byte-array
-io.streams.peek io.streams.string kernel locals make math
-sequences tools.test vectors io.streams.memory ;
+USING: byte-arrays destructors io io.encodings.ascii
+io.encodings.binary io.files io.streams.byte-array
+io.streams.memory io.streams.peek io.streams.string kernel make
+namespaces sequences strings tools.test ;
 IN: io.streams.peek.tests
 
 [ CHAR: a ]