fixes CI failures (#25058)

This commit is contained in:
ringabout
2025-07-17 19:32:41 +08:00
committed by GitHub
parent 611b8bbf67
commit f4ebabb9b3

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