From f4ebabb9b3596aade91621e96934cffe9bae47ea Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:32:41 +0800 Subject: [PATCH] fixes CI failures (#25058) --- tests/errmsgs/tkeywordparam.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/errmsgs/tkeywordparam.nim b/tests/errmsgs/tkeywordparam.nim index 3e465a7d9a..5caf5cd4bb 100644 --- a/tests/errmsgs/tkeywordparam.nim +++ b/tests/errmsgs/tkeywordparam.nim @@ -1,9 +1,5 @@ discard """ -cmd: "nim check $file" errormsg: "'type' is a keyword and cannot be used as a parameter name" -nimout: ''' -tkeywordparam.nim(1, 13) Error: 'type' is a keyword and cannot be used as a parameter name -''' """ proc myproc(type: int) =