diff options
Diffstat (limited to 'tests/misc/tinout.nim')
-rw-r--r-- | tests/misc/tinout.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tinout.nim b/tests/misc/tinout.nim index 034c496f5..4e5908428 100644 --- a/tests/misc/tinout.nim +++ b/tests/misc/tinout.nim @@ -1,7 +1,7 @@ discard """ file: "tinout.nim" line: 12 - errormsg: "for a \'var\' type a variable needs to be passed" + errormsg: "type mismatch: got (int literal(3))" """ # Test in out checking for parameters |