summary refs log tree commit diff stats
path: root/tests/cpp
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-02-23 04:31:53 -0800
committerGitHub <noreply@github.com>2021-02-23 13:31:53 +0100
commit5d95137ce040edd181e56bc132ce319e59bd1ee4 (patch)
treeb17fa6e6298cbc4d5d24fef398b754c88b783681 /tests/cpp
parentb1a3651ae4e2db9ea46ab5c6c82f554d963d8506 (diff)
downloadNim-5d95137ce040edd181e56bc132ce319e59bd1ee4.tar.gz
remove tests/deps/ (#17132)
* remove tests/deps/

* fix tests

* fix tests/manyloc/keineschweine/lib/zlib_helpers.nim

* fixup
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 a68be6cd5..bc5d48eb5 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 --nimblePath:tests/deps $file"
+  cmd: "nim cpp --nilseqs:on --clearNimblePath --nimblePath:build/deps/pkgs $file"
 """
 
 # bug #3299