Skip to content

Commit f4ebabb

Browse files
authored
fixes CI failures (#25058)
1 parent 611b8bb commit f4ebabb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/errmsgs/tkeywordparam.nim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
discard """
2-
cmd: "nim check $file"
32
errormsg: "'type' is a keyword and cannot be used as a parameter name"
4-
nimout: '''
5-
tkeywordparam.nim(1, 13) Error: 'type' is a keyword and cannot be used as a parameter name
6-
'''
73
"""
84

95
proc myproc(type: int) =

0 commit comments

Comments
 (0)