summary refs log tree commit diff stats
path: root/tests/exception/twrongexc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception/twrongexc.nim')
-rw-r--r--tests/exception/twrongexc.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/exception/twrongexc.nim b/tests/exception/twrongexc.nim
index b224d4c83..9c656f3d9 100644
--- a/tests/exception/twrongexc.nim
+++ b/tests/exception/twrongexc.nim
@@ -1,5 +1,4 @@
 discard """
-  file: "twrongexc.nim"
   outputsub: "Error: unhandled exception:  [ValueError]"
   exitcode: "1"
 """
@@ -7,7 +6,3 @@ try:
   raise newException(ValueError, "")
 except OverflowError:
   echo("Error caught")
-
-
-
-