add using

db4
Doug Coleman 2009-02-12 21:45:34 -06:00
parent 81d0f52e32
commit 127ff76c08
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2009 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors bitstreams io io.streams.string kernel tools.test
grouping compression.lzw multiline ;
grouping compression.lzw multiline byte-arrays ;
IN: bitstreams.tests
[ 1 ]
@ -16,7 +16,7 @@ IN: bitstreams.tests
[ B{ 254 } ]
[
<string-writer> <bitstream-writer> 254 8 rot
[ write-bits ] keep stream>> >byte-array
[ write-bits ] keep output>> >byte-array
] unit-test