remove bad lzw tests, real tests still to come..

db4
Doug Coleman 2009-02-12 21:43:25 -06:00
parent 18276a863b
commit 81d0f52e32
1 changed files with 0 additions and 6 deletions

View File

@ -2,9 +2,3 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors tools.test compression.lzw ;
IN: compression.lzw.tests
[ V{ 7 258 8 8 258 6 } ]
[ B{ 7 7 7 8 8 7 7 6 6 } lzw-compress output>> ] unit-test
[ B{ 7 7 7 8 8 7 7 6 6 } ]
[ V{ 7 258 8 8 258 6 } lzw-uncompress output>> ] unit-test