diff options
Diffstat (limited to 'tests/reject')
-rw-r--r-- | tests/reject/tstmtexp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tstmtexp.nim b/tests/reject/tstmtexp.nim index 807a70897..7cbf2eb3d 100644 --- a/tests/reject/tstmtexp.nim +++ b/tests/reject/tstmtexp.nim @@ -1,6 +1,6 @@ discard """ file: "tstmtexp.nim" - line: 7 + line: 8 errormsg: "value returned by statement has to be discarded" """ # Test 3 |