summary refs log tree commit diff stats
path: root/tests/cpp
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-09-14 09:45:03 +0200
committerAraq <rumpf_a@web.de>2018-09-14 09:45:03 +0200
commitd2208091fa1e6763fc13d06f339e79528d4efab2 (patch)
tree4c64b93f68eefbe540bb33d098da658f62288f3c /tests/cpp
parentbf0993c83599128233f2f3d5ce434a6d6cfe3344 (diff)
downloadNim-d2208091fa1e6763fc13d06f339e79528d4efab2.tar.gz
disable Nimble dependencies for appveyor
Diffstat (limited to 'tests/cpp')
-rw-r--r--tests/cpp/tasync_cpp.nim2
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