fixes a CI error (#20834)

This commit is contained in:
ringabout
2022-11-14 14:05:13 +08:00
committed by GitHub
parent d73fff1ecc
commit 7db0d2bb58

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