aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-05-05 11:04:17 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-05-05 11:04:17 -0500
commit1f2d7892adc6e63443526bbc263af644bf91893c (patch)
tree69d74cf38b75a1ef3b74c865f6cc02bbc9c7f8cb /tests
parent25660ac47532e4a6e0943e20f42ee34b1165a690 (diff)
downloadnimterop-1f2d7892adc6e63443526bbc263af644bf91893c.tar.gz
nimterop-1f2d7892adc6e63443526bbc263af644bf91893c.zip
Enable -d:checkAbi in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/getheader.nims2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getheader.nims b/tests/getheader.nims
index 987545a..be22967 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 --hints:off -d:FLAGS=\"-f:ast2\""
+ cmd = "nim c -f --hints:off -d:FLAGS=\"-f:ast2\" -d:checkAbi"
lrcmd = " -r lzma.nim"
zrcmd = " -r zlib.nim"
lexp = "liblzma version = "