summary refs log tree commit diff stats
path: root/tests/reject/tmissingnl.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-04-22 21:18:48 +0200
committerAraq <rumpf_a@web.de>2013-04-22 21:18:48 +0200
commit61e9bd0c485b8e5890749f6abbe464f3228c6d4e (patch)
tree1505fb2de72e1f719bce359c7d09e9857303c1bb /tests/reject/tmissingnl.nim
parent3c27d1a1793278ffdb6c2e8d9e9d6dc5ccf7c95d (diff)
downloadNim-61e9bd0c485b8e5890749f6abbe464f3228c6d4e.tar.gz
made some tests green
Diffstat (limited to 'tests/reject/tmissingnl.nim')
-rw-r--r--tests/reject/tmissingnl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tmissingnl.nim b/tests/reject/tmissingnl.nim
index c2f97a807..33b7debf1 100644
--- a/tests/reject/tmissingnl.nim
+++ b/tests/reject/tmissingnl.nim
@@ -1,7 +1,7 @@
 discard """
   file: "tmissingnl.nim"
   line: 7
-  errormsg: "newline expected, but found 'keyword var'"
+  errormsg: "invalid indentation"
 """
 
 import strutils var s: seq[int] = @[0, 1, 2, 3, 4, 5, 6]