io.streams.peek: fix test using.
parent
aeb03fff38
commit
4af2c7ea1f
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue