summary refs log tree commit diff stats
path: root/tests/misc/tinout.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tinout.nim')
-rw-r--r--tests/misc/tinout.nim4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/misc/tinout.nim b/tests/misc/tinout.nim
index 46af2f5de..bae0fb185 100644
--- a/tests/misc/tinout.nim
+++ b/tests/misc/tinout.nim
@@ -1,7 +1,7 @@
 discard """
+  errormsg: "type mismatch: got <int literal(3)>"
   file: "tinout.nim"
   line: 12
-  errormsg: "type mismatch: got <int literal(3)>"
 """
 # Test in out checking for parameters
 
@@ -12,5 +12,3 @@ proc b() =
     abc(3) #ERROR
 
 b()
-
-