mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
fixes a CI error (#20834)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user