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