tests/cpydiff: Remove working cases from types_float_rounding.

pull/1/head
Damien George 2018-05-04 22:30:50 +10:00
parent cd9d71edc8
commit 74ab341d3a
1 changed files with 0 additions and 2 deletions

View File

@ -5,5 +5,3 @@ cause: Unknown
workaround: Unknown
"""
print('%.1g' % -9.9)
print('%.1e' % 9.99)
print('%.1e' % 0.999)