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