From 8af38da097b8358cb273baa37c748120461c718e Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 30 Nov 2018 16:57:32 +0100 Subject: isolate bit IO --- tests/trawblock.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/trawblock.nim') diff --git a/tests/trawblock.nim b/tests/trawblock.nim index 2544199..0271e33 100644 --- a/tests/trawblock.nim +++ b/tests/trawblock.nim @@ -15,7 +15,7 @@ # along with this program. If not, see . import unittest, streams -import bitreader, bitwriter, rawblock +import bitio/bitreader, bitio/bitwriter, rawblock suite "rawblock": test "serialise": -- cgit v1.2.3