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.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/tinvcolonlocation3.nim b/tests/parser/tinvcolonlocation3.nim
index a8db658eb..46252f24e 100644
--- a/tests/parser/tinvcolonlocation3.nim
+++ b/tests/parser/tinvcolonlocation3.nim
@@ -1,8 +1,8 @@
 discard """
+  errormsg: "expected: ':', but got: 'echo'"
   file: "tinvcolonlocation3.nim"
   line: 12
   column: 7
-  errormsg: "expected: ':', but got: 'echo'"
 """
 try:
   echo "try"