summary refs log tree commit diff stats
path: root/tests/varres/tprevent_forloopvar_mutations.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/varres/tprevent_forloopvar_mutations.nim')
-rw-r--r--tests/varres/tprevent_forloopvar_mutations.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/varres/tprevent_forloopvar_mutations.nim b/tests/varres/tprevent_forloopvar_mutations.nim
index 15938bb77..43cc04f30 100644
--- a/tests/varres/tprevent_forloopvar_mutations.nim
+++ b/tests/varres/tprevent_forloopvar_mutations.nim
@@ -1,6 +1,6 @@
 discard """
-  line: 15
   errmsg: "type mismatch: got <int>"
+  line: 15
   nimout: '''type mismatch: got <int>
 but expected one of:
 proc inc[T: Ordinal | uint | uint64](x: var T; y = 1)