summary refs log tree commit diff stats
path: root/tests/effects
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2020-10-05 23:04:08 +0800
committerGitHub <noreply@github.com>2020-10-05 17:04:08 +0200
commitaf9cc2882f2863712ddc29b2f0f36df1f26db551 (patch)
tree5a7c39669dd6872882cf8445905c757af4bdccb9 /tests/effects
parent112b11c154af1f56b8c842b5723e6097d40d9e60 (diff)
downloadNim-af9cc2882f2863712ddc29b2f0f36df1f26db551.tar.gz
use func in uri module (#15486)
Diffstat (limited to 'tests/effects')
-rw-r--r--tests/effects/tstrict_funcs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/tstrict_funcs.nim b/tests/effects/tstrict_funcs.nim
index 38f5b7601..166ab77c1 100644
--- a/tests/effects/tstrict_funcs.nim
+++ b/tests/effects/tstrict_funcs.nim
@@ -2,7 +2,7 @@ discard """
   cmd: "nim c --experimental:strictFuncs --experimental:views $file"
 """
 
-import tables, streams, nre, parsecsv
+import tables, streams, nre, parsecsv, uri
 
 type
   Contig2Reads = TableRef[string, seq[string]]