diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-05-12 21:01:39 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-05-12 21:01:39 +0300 |
commit | b3103c4657a3700e13f90fa1b4be888f023eb604 (patch) | |
tree | 2833423cd04e1f60ec19afab3b3b0edf85c5afa7 /tests/reject | |
parent | 4005cd1fa3fa35b1ac8148a24f50364765b4b578 (diff) | |
download | Nim-b3103c4657a3700e13f90fa1b4be888f023eb604.tar.gz |
fixes #429 and tstmtexpr
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 |