aboutsummaryrefslogtreecommitdiff
path: root/tests/thuffmandecoder.nim
diff options
context:
space:
mode:
authorpacien2018-11-30 16:57:32 +0100
committerpacien2018-11-30 17:03:23 +0100
commit8af38da097b8358cb273baa37c748120461c718e (patch)
tree403397acf75540e76cbed619deaaa027da33a91f /tests/thuffmandecoder.nim
parentb03508ea5e20370de26c6faf23bbbdd4e89ab1a9 (diff)
downloadgziplike-8af38da097b8358cb273baa37c748120461c718e.tar.gz
isolate bit IO
Diffstat (limited to 'tests/thuffmandecoder.nim')
-rw-r--r--tests/thuffmandecoder.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thuffmandecoder.nim b/tests/thuffmandecoder.nim
index d4d81b4..9b44e9d 100644
--- a/tests/thuffmandecoder.nim
+++ b/tests/thuffmandecoder.nim
@@ -15,7 +15,7 @@
15# along with this program. If not, see <https://www.gnu.org/licenses/>. 15# along with this program. If not, see <https://www.gnu.org/licenses/>.
16 16
17import unittest, streams 17import unittest, streams
18import bitreader, bitwriter 18import bitio/bitreader, bitio/bitwriter
19import huffmantree, huffmandecoder 19import huffmantree, huffmandecoder
20 20
21suite "huffdecoder": 21suite "huffdecoder":