summary refs log tree commit diff stats
path: root/tests/stdlib/nre
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-07-29 23:50:11 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-07-29 23:51:01 +0200
commit8f457f6ebb1d1c446b4ba7bf9db81fc738e774c4 (patch)
treed5dc489abd72e30ba2e10eb21435eb489bd97f75 /tests/stdlib/nre
parent60b187513ed8e2a061816a912e372a1c81794d50 (diff)
downloadNim-8f457f6ebb1d1c446b4ba7bf9db81fc738e774c4.tar.gz
make tests green again
Diffstat (limited to 'tests/stdlib/nre')
-rw-r--r--tests/stdlib/nre/find.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/stdlib/nre/find.nim b/tests/stdlib/nre/find.nim
index 05bfb848a..94fdd0bc1 100644
--- a/tests/stdlib/nre/find.nim
+++ b/tests/stdlib/nre/find.nim
@@ -1,4 +1,6 @@
-import unittest, sequtils, nre, optional_nonstrict
+import unittest, sequtils
+import nre except toSeq
+import optional_nonstrict
 
 suite "find":
   test "find text":