summary refs log tree commit diff stats
path: root/tests/reject/tmissingnl.nim
diff options
context:
space:
mode:
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]