summary refs log tree commit diff stats
path: root/tests/parser/tinvcolonlocation3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/tinvcolonlocation3.nim')
-rw-r--r--tests/parser/tinvcolonlocation3.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parser/tinvcolonlocation3.nim b/tests/parser/tinvcolonlocation3.nim
index 2b30b1dbe..a8db658eb 100644
--- a/tests/parser/tinvcolonlocation3.nim
+++ b/tests/parser/tinvcolonlocation3.nim
@@ -1,8 +1,8 @@
 discard """
   file: "tinvcolonlocation3.nim"
   line: 12
-  column: 3
-  errormsg: "':' expected"
+  column: 7
+  errormsg: "expected: ':', but got: 'echo'"
 """
 try:
   echo "try"