diff options
Diffstat (limited to 'tests/method/tmethod.nim')
-rw-r--r-- | tests/method/tmethod.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/tmethod.nim b/tests/method/tmethod.nim index 0cfe24c70..005294d64 100644 --- a/tests/method/tmethod.nim +++ b/tests/method/tmethod.nim @@ -1,7 +1,7 @@ discard """ + errormsg: "\'method\' needs a parameter that has an object type" file: "tmethod.nim" line: 7 - errormsg: "\'method\' needs a parameter that has an object type" """ method m(i: int): int = |