summary refs log tree commit diff stats
path: root/tests/tools/tnimgrep.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools/tnimgrep.nim')
-rw-r--r--tests/tools/tnimgrep.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tools/tnimgrep.nim b/tests/tools/tnimgrep.nim
index e97b979f1..890a36e79 100644
--- a/tests/tools/tnimgrep.nim
+++ b/tests/tools/tnimgrep.nim
@@ -8,7 +8,9 @@ discard """
 """
 ## Authors: quantimnot, a-mr
 
-import osproc, os, streams, unittest, strutils
+import std/[osproc, os, streams, unittest, strutils]
+
+import std/syncio
 
 #=======
 # setup