mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
make tests green again
This commit is contained in:
@@ -4,6 +4,6 @@ discard """
|
||||
errormsg: "redefinition of \'foo\'"
|
||||
"""
|
||||
|
||||
proc foo(a: int, b: string) = nil
|
||||
proc foo(a: int, b: string) = nil
|
||||
proc foo(a: int, b: string) = discard
|
||||
proc foo(a: int, b: string) = discard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user