remove bad lzw tests, real tests still to come..
parent
18276a863b
commit
81d0f52e32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue