summary refs log tree commit diff stats
path: root/tests/range/tsubrange2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/range/tsubrange2.nim')
-rw-r--r--tests/range/tsubrange2.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/range/tsubrange2.nim b/tests/range/tsubrange2.nim
index 7097faed2..e0fb71c5f 100644
--- a/tests/range/tsubrange2.nim
+++ b/tests/range/tsubrange2.nim
@@ -1,5 +1,4 @@
 discard """
-  file: "tsubrange2.nim"
   outputsub: "value out of range: 50 [RangeError]"
   exitcode: "1"
 """
@@ -14,4 +13,3 @@ var
   r: TRange
   y = 50
 p y
-