summary refs log tree commit diff stats
path: root/tests/range/tsubrange.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/range/tsubrange.nim')
-rw-r--r--tests/range/tsubrange.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/range/tsubrange.nim b/tests/range/tsubrange.nim
index 914e7c6e7..f778c55eb 100644
--- a/tests/range/tsubrange.nim
+++ b/tests/range/tsubrange.nim
@@ -1,6 +1,6 @@
 discard """
-  line: 20
   errormsg: "cannot convert 60 to TRange"
+  line: 20
 """
 
 type
@@ -18,4 +18,3 @@ p y
 
 const
   myConst: TRange = 60
-