summary refs log tree commit diff stats
path: root/tests/misc/tinc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tinc.nim')
-rw-r--r--tests/misc/tinc.nim6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/misc/tinc.nim b/tests/misc/tinc.nim
index 7819775e3..91f6223e2 100644
--- a/tests/misc/tinc.nim
+++ b/tests/misc/tinc.nim
@@ -1,12 +1,8 @@
 discard """
+  errormsg: "type mismatch: got <int>"
   file: "tinc.nim"
   line: 8
-  errormsg: "type mismatch: got <int>"
 """
 var x = 0
 
 inc(x+1)
-
-
-
-