aboutsummaryrefslogtreecommitdiff
path: root/tests/thuffmantree.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thuffmantree.nim')
-rw-r--r--tests/thuffmantree.nim2
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
17import unittest, streams, sequtils, tables, heapqueue 17import unittest, streams, sequtils, tables, heapqueue
18import bitreader, bitwriter, huffmantree 18import bitio/bitreader, bitio/bitwriter, huffmantree
19 19
20suite "huffmantree": 20suite "huffmantree":
21 let tree = huffmanBranch( 21 let tree = huffmanBranch(