summary refs log tree commit diff stats
path: root/tests/misc/tsimtych.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tsimtych.nim')
-rw-r--r--tests/misc/tsimtych.nim4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/misc/tsimtych.nim b/tests/misc/tsimtych.nim
index 037172bd5..74a6ad4c0 100644
--- a/tests/misc/tsimtych.nim
+++ b/tests/misc/tsimtych.nim
@@ -1,12 +1,10 @@
 discard """
+  errormsg: "type mismatch: got <bool> but expected \'string\'"
   file: "tsimtych.nim"
   line: 10
-  errormsg: "type mismatch: got <bool> but expected \'string\'"
 """
 # Test 2
 # Simple type checking
 
 var a: string
 a = false #ERROR
-
-