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