From d0de4ec4947711d2e1e3d8c54048ee2d1790b5ed Mon Sep 17 00:00:00 2001 From: araq Date: Fri, 9 Jan 2026 16:48:44 +0100 Subject: [PATCH] update 'koch ic' test command --- koch.nim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koch.nim b/koch.nim index 7d7123abdd..86a81931c3 100644 --- a/koch.nim +++ b/koch.nim @@ -558,9 +558,7 @@ proc icTest(args: string) = for fragment in content.split("#!EDIT!#"): let file = inp.replace(".nim", "_temp.nim") writeFile(file, fragment) - var cmd = nimExe & " cpp --ic:legacy -d:nimIcIntegrityChecks --listcmd " - if i == 0: - cmd.add "-f " + var cmd = nimExe & " ic --hint:Conf:off --warnings:off " cmd.add quoteShell(file) exec(cmd) inc i