diff options
Diffstat (limited to 'tests/tests.nim')
-rw-r--r-- | tests/tests.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.nim b/tests/tests.nim index 23b6e1c..7d09347 100644 --- a/tests/tests.nim +++ b/tests/tests.nim | |||
@@ -36,7 +36,7 @@ import | |||
36 | lzsshuffman/tlzsshuffmandecoder, | 36 | lzsshuffman/tlzsshuffmandecoder, |
37 | 37 | ||
38 | blocks/trawblock, | 38 | blocks/trawblock, |
39 | # TODO: add lzssblock test | 39 | blocks/tlzssblock, |
40 | blocks/streamblock, | 40 | blocks/streamblock, |
41 | 41 | ||
42 | gziplike/tgziplike | 42 | gziplike/tgziplike |