tests/cpydiff: Remove working cases from types_float_rounding.
This commit is contained in:
parent
cd9d71edc8
commit
74ab341d3a
|
@ -5,5 +5,3 @@ cause: Unknown
|
||||||
workaround: Unknown
|
workaround: Unknown
|
||||||
"""
|
"""
|
||||||
print('%.1g' % -9.9)
|
print('%.1g' % -9.9)
|
||||||
print('%.1e' % 9.99)
|
|
||||||
print('%.1e' % 0.999)
|
|
||||||
|
|
Loading…
Reference in New Issue