diff options
Diffstat (limited to 'tests/misc/tinc.nim')
-rw-r--r-- | tests/misc/tinc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tinc.nim b/tests/misc/tinc.nim index 8038a2a01..b74f85591 100644 --- a/tests/misc/tinc.nim +++ b/tests/misc/tinc.nim @@ -1,7 +1,7 @@ discard """ file: "tinc.nim" line: 8 - errormsg: "for a \'var\' type a variable needs to be passed" + errormsg: "type mismatch: got (int)" """ var x = 0 |