diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-29 23:50:11 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-29 23:51:01 +0200 |
commit | 8f457f6ebb1d1c446b4ba7bf9db81fc738e774c4 (patch) | |
tree | d5dc489abd72e30ba2e10eb21435eb489bd97f75 /tests/stdlib/nre | |
parent | 60b187513ed8e2a061816a912e372a1c81794d50 (diff) | |
download | Nim-8f457f6ebb1d1c446b4ba7bf9db81fc738e774c4.tar.gz |
make tests green again
Diffstat (limited to 'tests/stdlib/nre')
-rw-r--r-- | tests/stdlib/nre/find.nim | 4 |
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": |