summary refs log tree commit diff stats
path: root/tests/sets/t2669.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sets/t2669.nim')
-rw-r--r--tests/sets/t2669.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sets/t2669.nim b/tests/sets/t2669.nim
index 6b8eb0f54..0a92818fa 100644
--- a/tests/sets/t2669.nim
+++ b/tests/sets/t2669.nim
@@ -1,6 +1,6 @@
 discard """
-line: 6
 errormsg: "cannot convert 6 to range 1..5(int8)"
+line: 6
 """
 
 var c: set[range[1i8..5i8]] = {1i8, 2i8, 6i8}