summary refs log tree commit diff stats
path: root/tests/float/tfloat1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float/tfloat1.nim')
-rw-r--r--tests/float/tfloat1.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/float/tfloat1.nim b/tests/float/tfloat1.nim
index ed99260ea..54d49a7c1 100644
--- a/tests/float/tfloat1.nim
+++ b/tests/float/tfloat1.nim
@@ -1,5 +1,4 @@
 discard """
-  file: "tfloat1.nim"
   outputsub: "Error: unhandled exception: FPU operation caused an overflow [FloatOverflowError]"
   exitcode: "1"
 """
@@ -11,5 +10,3 @@ var x = 0.8
 var y = 0.0
 
 echo x / y #OUT Error: unhandled exception: FPU operation caused an overflow
-
-