diff options
Diffstat (limited to 'tests/thuffmantree.nim')
-rw-r--r-- | tests/thuffmantree.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thuffmantree.nim b/tests/thuffmantree.nim index bc6a505..467fac5 100644 --- a/tests/thuffmantree.nim +++ b/tests/thuffmantree.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, sequtils, tables, heapqueue | 17 | import unittest, streams, sequtils, tables, heapqueue |
18 | import bitreader, bitwriter, huffmantree | 18 | import bitio/bitreader, bitio/bitwriter, huffmantree |
19 | 19 | ||
20 | suite "huffmantree": | 20 | suite "huffmantree": |
21 | let tree = huffmanBranch( | 21 | let tree = huffmanBranch( |