remove tests/deps/ (#17132)

* remove tests/deps/

* fix tests

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

* fixup
This commit is contained in:
Timothee Cour
2021-02-23 04:31:53 -08:00
committed by GitHub
parent b1a3651ae4
commit 5d95137ce0
49 changed files with 26 additions and 27270 deletions

View File

@@ -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