summary refs log tree commit diff stats
path: root/tests/float/tfloat2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float/tfloat2.nim')
-rw-r--r--tests/float/tfloat2.nim5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/float/tfloat2.nim b/tests/float/tfloat2.nim
index b84120fba..1de63dde3 100644
--- a/tests/float/tfloat2.nim
+++ b/tests/float/tfloat2.nim
@@ -1,6 +1,5 @@
 discard """
-  file: "tfloat2.nim"
-  outputsub: "Error: unhandled exception: FPU operation caused a NaN result [FloatInvalidOpError]"
+  outputsub: "Error: unhandled exception: FPU operation caused a NaN result [FloatInvalidOpDefect]"
   exitcode: "1"
 """
 # Test new floating point exceptions
@@ -11,5 +10,3 @@ var x = 0.0
 var y = 0.0
 
 echo x / y #OUT Error: unhandled exception: FPU operation caused a NaN result
-
-