summary refs log tree commit diff stats
path: root/tests/modules/timportexcept.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/timportexcept.nim')
-rw-r--r--tests/modules/timportexcept.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/modules/timportexcept.nim b/tests/modules/timportexcept.nim
index 93a7fd642..40b748088 100644
--- a/tests/modules/timportexcept.nim
+++ b/tests/modules/timportexcept.nim
@@ -1,10 +1,9 @@
 discard """
-  line: 9
   errormsg: "undeclared identifier: '%'"
+  line: 9
 """
 
 import strutils except `%`
 
 # doesn't work
 echo "$1" % "abc"
-