diff options
Diffstat (limited to 'tests/thuffmandecoder.nim')
-rw-r--r-- | tests/thuffmandecoder.nim | 2 |
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 | ||
17 | import unittest, streams | 17 | import unittest, streams |
18 | import bitreader, bitwriter | 18 | import bitio/bitreader, bitio/bitwriter |
19 | import huffmantree, huffmandecoder | 19 | import huffmantree, huffmandecoder |
20 | 20 | ||
21 | suite "huffdecoder": | 21 | suite "huffdecoder": |