diff options
Diffstat (limited to 'tests/thuffmanencoder.nim')
-rw-r--r-- | tests/thuffmanencoder.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thuffmanencoder.nim b/tests/thuffmanencoder.nim index 04318b7..9c46eed 100644 --- a/tests/thuffmanencoder.nim +++ b/tests/thuffmanencoder.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, tables | 17 | import unittest, streams, tables |
18 | import bitreader, bitwriter | 18 | import bitio/bitreader, bitio/bitwriter |
19 | import huffmantree, huffmanencoder | 19 | import huffmantree, huffmanencoder |
20 | 20 | ||
21 | suite "huffencoder": | 21 | suite "huffencoder": |