summary refs log tree commit diff stats
path: root/tests/misc/tnoinst.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tnoinst.nim')
-rw-r--r--tests/misc/tnoinst.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/tnoinst.nim b/tests/misc/tnoinst.nim
index 25ebe8dfc..85db1e8e7 100644
--- a/tests/misc/tnoinst.nim
+++ b/tests/misc/tnoinst.nim
@@ -1,6 +1,6 @@
 discard """
-  line: 12
   errormsg: "instantiate 'notConcrete' explicitly"
+  line: 12
   disabled: "true"
 """
 
@@ -14,4 +14,3 @@ proc wrap[T]() =
 
 
 wrap[int]()
-