Skip to content

Commit 99528ee

Browse files
ringaboutnarimiran
authored andcommitted
fixes a CI error (#20834)
(cherry picked from commit 7db0d2b)
1 parent 2631e99 commit 99528ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/misc/trunner.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ when defined(nimTrunnerFfi):
6464
hello world stderr
6565
hi stderr
6666
"""
67-
let output = runNimCmdChk("vm/mevalffi.nim", fmt"{opt} --experimental:compiletimeFFI")
67+
let output = runNimCmdChk("vm/mevalffi.nim", fmt"{opt} --warnings:off --experimental:compiletimeFFI")
6868
doAssert output == fmt"""
6969
{prefix}foo
7070
foo:100

0 commit comments

Comments
 (0)