mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fixes CI failures (#25058)
This commit is contained in:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user