aboutsummaryrefslogtreecommitdiff
path: root/tests/tstreamblock.nim
diff options
context:
space:
mode:
authorpacien2018-11-30 16:57:32 +0100
committerpacien2018-11-30 17:03:23 +0100
commit8af38da097b8358cb273baa37c748120461c718e (patch)
tree403397acf75540e76cbed619deaaa027da33a91f /tests/tstreamblock.nim
parentb03508ea5e20370de26c6faf23bbbdd4e89ab1a9 (diff)
downloadgziplike-8af38da097b8358cb273baa37c748120461c718e.tar.gz
isolate bit IO
Diffstat (limited to 'tests/tstreamblock.nim')
-rw-r--r--tests/tstreamblock.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstreamblock.nim b/tests/tstreamblock.nim
index 89f69e0..57eaf3a 100644
--- a/tests/tstreamblock.nim
+++ b/tests/tstreamblock.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 17import unittest, streams
18import bitreader, bitwriter, streamblock 18import bitio/bitreader, bitio/bitwriter, streamblock
19 19
20suite "streamblock": 20suite "streamblock":
21 test "serialise": 21 test "serialise":