summary refs log tree commit diff stats
path: root/tests/misc/tnolen.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tnolen.nim')
-rw-r--r--tests/misc/tnolen.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/tnolen.nim b/tests/misc/tnolen.nim
index 2831e5048..e0e8025d4 100644
--- a/tests/misc/tnolen.nim
+++ b/tests/misc/tnolen.nim
@@ -1,9 +1,8 @@
 discard """
-  line: 8
   errormsg: "type mismatch: got <int literal(3)>"
+  line: 8
 """
 
 # please finally disallow Len(3)
 
 echo len(3)
-