diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-30 08:54:18 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-30 08:54:18 -0500 |
| commit | 4784616d987c3b7c73125af44bec999184444a22 (patch) | |
| tree | 6f504622e4baa82f3b7cd0494243b5d811e77e1c /tests/getheader.nims | |
| parent | 2278f0e49d4da012370bb8e907640b9d89ae54fa (diff) | |
| download | nimterop-ast1quiet.tar.gz nimterop-ast1quiet.zip | |
Clean globals, build debugast1quiet
Diffstat (limited to 'tests/getheader.nims')
| -rw-r--r-- | tests/getheader.nims | 2 |
1 files changed, 1 insertions, 1 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 = " |
