diff options
author | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2015-10-22 17:39:39 +0300 |
---|---|---|
committer | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2015-10-22 21:34:37 +0300 |
commit | e5aefbd1d4b865507efb755f2d89e09e0aab2bdc (patch) | |
tree | 63af85f2d638de97ad812749a1fc111f7f24bb62 /tests/manyloc/nake | |
parent | bf6211df6c0717109a235122d182d9fc101879ca (diff) | |
download | Nim-e5aefbd1d4b865507efb755f2d89e09e0aab2bdc.tar.gz |
Fixed tests for TravisCI
Diffstat (limited to 'tests/manyloc/nake')
-rw-r--r-- | tests/manyloc/nake/nakefile.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/nake/nakefile.nim b/tests/manyloc/nake/nakefile.nim index 2fe07ec17..de6a1af40 100644 --- a/tests/manyloc/nake/nakefile.nim +++ b/tests/manyloc/nake/nakefile.nim @@ -1,5 +1,5 @@ import nake -import httpclient, zip/zipfiles, times, math +import httpclient, zip/zipfiles, times, math, sequtils nakeImports randomize() |