diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-10-05 23:04:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 17:04:08 +0200 |
commit | af9cc2882f2863712ddc29b2f0f36df1f26db551 (patch) | |
tree | 5a7c39669dd6872882cf8445905c757af4bdccb9 /tests/effects | |
parent | 112b11c154af1f56b8c842b5723e6097d40d9e60 (diff) | |
download | Nim-af9cc2882f2863712ddc29b2f0f36df1f26db551.tar.gz |
use func in uri module (#15486)
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs.nim | 2 |
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]] |