summary refs log tree commit diff stats
path: root/tests/effects/teffects1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/effects/teffects1.nim')
-rw-r--r--tests/effects/teffects1.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/effects/teffects1.nim b/tests/effects/teffects1.nim
index ef76c9130..767845cb4 100644
--- a/tests/effects/teffects1.nim
+++ b/tests/effects/teffects1.nim
@@ -1,6 +1,6 @@
 discard """
-  file: "system.nim"
   errormsg: "can raise an unlisted exception: ref IOError"
+  file: "system.nim"
 """
 
 type
@@ -17,4 +17,3 @@ proc lier(): int {.raises: [IO2Error].} =
 
 proc forw: int =
   raise newException(IOError, "arg")
-