We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2631e99 commit 99528eeCopy full SHA for 99528ee
tests/misc/trunner.nim
@@ -64,7 +64,7 @@ when defined(nimTrunnerFfi):
64
hello world stderr
65
hi stderr
66
"""
67
- let output = runNimCmdChk("vm/mevalffi.nim", fmt"{opt} --experimental:compiletimeFFI")
+ let output = runNimCmdChk("vm/mevalffi.nim", fmt"{opt} --warnings:off --experimental:compiletimeFFI")
68
doAssert output == fmt"""
69
{prefix}foo
70
foo:100
0 commit comments