From 7db0d2bb5804d69e21dc260367c1fdc3af2a9215 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:05:13 +0800 Subject: [PATCH] fixes a CI error (#20834) --- tests/misc/trunner.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/trunner.nim b/tests/misc/trunner.nim index add92cbfd3..7fb437ce35 100644 --- a/tests/misc/trunner.nim +++ b/tests/misc/trunner.nim @@ -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