diff options
Diffstat (limited to 'tests/accept/run/tfloat1.nim')
-rwxr-xr-x | tests/accept/run/tfloat1.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/accept/run/tfloat1.nim b/tests/accept/run/tfloat1.nim deleted file mode 100755 index 89911dd61..000000000 --- a/tests/accept/run/tfloat1.nim +++ /dev/null @@ -1,8 +0,0 @@ -# Test new floating point exceptions - -{.floatChecks: on.} - -var x = 0.8 -var y = 0.0 - -echo x / y #OUT Error: unhandled exception: FPU operation caused an overflow [EFloatOverflow] |