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