fixes CI failures (#25058)

(cherry picked from commit f4ebabb9b3)
This commit is contained in:
ringabout
2025-07-17 19:32:41 +08:00
committed by narimiran
parent f4f13fbcfc
commit 27feeea129

View File

@@ -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) =