diff options
Diffstat (limited to 'tests/float/tfloat1.nim')
-rw-r--r-- | tests/float/tfloat1.nim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/float/tfloat1.nim b/tests/float/tfloat1.nim index ed99260ea..d3497f24c 100644 --- a/tests/float/tfloat1.nim +++ b/tests/float/tfloat1.nim @@ -1,6 +1,5 @@ discard """ - file: "tfloat1.nim" - outputsub: "Error: unhandled exception: FPU operation caused an overflow [FloatOverflowError]" + outputsub: "Error: unhandled exception: FPU operation caused an overflow [FloatOverflowDefect]" exitcode: "1" """ # Test new floating point exceptions @@ -11,5 +10,3 @@ var x = 0.8 var y = 0.0 echo x / y #OUT Error: unhandled exception: FPU operation caused an overflow - - |