diff options
Diffstat (limited to 'tests/float/float2int_fp30_intbig.py')
| -rw-r--r-- | tests/float/float2int_fp30_intbig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/float/float2int_fp30_intbig.py b/tests/float/float2int_fp30_intbig.py index da3980040..75ff52f39 100644 --- a/tests/float/float2int_fp30_intbig.py +++ b/tests/float/float2int_fp30_intbig.py @@ -93,6 +93,7 @@ else: fp2int_test(1.999999879 * 2.0 ** 126.0, "large pos", False) fp2int_test(float("inf"), "inf test", True) +fp2int_test(float("-inf"), "inf test", True) fp2int_test(float("nan"), "NaN test", True) # test numbers < 1 (this used to fail; see issue #1044) |
