fixes a CI error (#20834)

(cherry picked from commit 7db0d2bb58)
This commit is contained in:
ringabout
2022-11-14 14:05:13 +08:00
committed by narimiran
parent 2631e99238
commit 99528ee295

View File

@@ -64,7 +64,7 @@ when defined(nimTrunnerFfi):
hello world stderr
hi stderr
"""
let output = runNimCmdChk("vm/mevalffi.nim", fmt"{opt} --experimental:compiletimeFFI")
let output = runNimCmdChk("vm/mevalffi.nim", fmt"{opt} --warnings:off --experimental:compiletimeFFI")
doAssert output == fmt"""
{prefix}foo
foo:100