diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/getheader.nims | 2 | ||||
| -rw-r--r-- | tests/tsoloud.nim | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/getheader.nims b/tests/getheader.nims index 2e6530f..1e8027a 100644 --- a/tests/getheader.nims +++ b/tests/getheader.nims @@ -14,7 +14,7 @@ proc testCall(cmd, output: string, exitCode: int, delete = true) = doAssert outp.contains(output), outp var - cmd = "nim c -f" + cmd = "nim c -f --hints:off" lrcmd = " -r lzma.nim" zrcmd = " -r zlib.nim" lexp = "liblzma version = " diff --git a/tests/tsoloud.nim b/tests/tsoloud.nim index afff0f1..8dd197c 100644 --- a/tests/tsoloud.nim +++ b/tests/tsoloud.nim @@ -7,7 +7,6 @@ const static: gitPull("https://github.com/jarikomppa/soloud", baseDir, "include/*\nsrc/*\n", checkout = "RELEASE_20200207") - cDebug() cDisableCaching() cOverride: |
