io.streams.peek: fix test using.

db4
John Benediktsson 2015-05-13 06:29:05 -07:00
parent aeb03fff38
commit 4af2c7ea1f
1 changed files with 4 additions and 5 deletions

View 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 ]