From 296b8c23a583fb4855bd508443a61e8ed0f8d937 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 7 May 2019 23:20:06 +0300 Subject: [PATCH] Fix tests compilation. --- tests/testasyncstream.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testasyncstream.nim b/tests/testasyncstream.nim index 9eb36f2..be40a4b 100644 --- a/tests/testasyncstream.nim +++ b/tests/testasyncstream.nim @@ -6,7 +6,6 @@ # Apache License, version 2.0, (LICENSE-APACHEv2) # MIT license (LICENSE-MIT) import strutils, unittest, os -import hexdump import ../chronos suite "AsyncStream test suite":