Fix the using for peek streams tests.

db4
Doug Coleman 2011-09-25 22:54:53 -07:00
parent 03021fa981
commit eead1f0487
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
! Copyright (C) 2011 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel io io.streams.peek io.streams.string tools.test ;
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 ;
IN: io.streams.peek.tests
[ CHAR: a ]