summary refs log tree commit diff stats
path: root/tests/enum
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enum')
-rw-r--r--tests/enum/tenumitems.nim4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/enum/tenumitems.nim b/tests/enum/tenumitems.nim
index 6d13dd162..76f368f8a 100644
--- a/tests/enum/tenumitems.nim
+++ b/tests/enum/tenumitems.nim
@@ -1,9 +1,7 @@
 discard """
-  line: 7
   errormsg: "attempting to call routine: 'items'"
+  line: 7
 """
 
 type a = enum b,c,d
 a.items()
-
-