diff options
author | Araq <rumpf_a@web.de> | 2018-09-14 09:45:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-14 09:45:03 +0200 |
commit | d2208091fa1e6763fc13d06f339e79528d4efab2 (patch) | |
tree | 4c64b93f68eefbe540bb33d098da658f62288f3c /tests/cpp | |
parent | bf0993c83599128233f2f3d5ce434a6d6cfe3344 (diff) | |
download | Nim-d2208091fa1e6763fc13d06f339e79528d4efab2.tar.gz |
disable Nimble dependencies for appveyor
Diffstat (limited to 'tests/cpp')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim index 50bc1853c..a68be6cd5 100644 --- a/tests/cpp/tasync_cpp.nim +++ b/tests/cpp/tasync_cpp.nim @@ -1,7 +1,7 @@ discard """ targets: "cpp" output: "hello" - cmd: "nim cpp --nilseqs:on $file" + cmd: "nim cpp --nilseqs:on --nimblePath:tests/deps $file" """ # bug #3299 |