diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cpydiff/types_float_rounding.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cpydiff/types_float_rounding.py b/tests/cpydiff/types_float_rounding.py index 82a149d85..c8d3cfbe8 100644 --- a/tests/cpydiff/types_float_rounding.py +++ b/tests/cpydiff/types_float_rounding.py @@ -5,5 +5,3 @@ cause: Unknown workaround: Unknown """ print('%.1g' % -9.9) -print('%.1e' % 9.99) -print('%.1e' % 0.999) |