summary refs log tree commit diff stats
path: root/tests/reject
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2013-05-12 21:01:39 +0300
committerZahary Karadjov <zahary@gmail.com>2013-05-12 21:01:39 +0300
commitb3103c4657a3700e13f90fa1b4be888f023eb604 (patch)
tree2833423cd04e1f60ec19afab3b3b0edf85c5afa7 /tests/reject
parent4005cd1fa3fa35b1ac8148a24f50364765b4b578 (diff)
downloadNim-b3103c4657a3700e13f90fa1b4be888f023eb604.tar.gz
fixes #429 and tstmtexpr
Diffstat (limited to 'tests/reject')
-rw-r--r--tests/reject/tstmtexp.nim2
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