diff options
Diffstat (limited to 'tests/float/string_format_modulo3.py')
-rw-r--r-- | tests/float/string_format_modulo3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/float/string_format_modulo3.py b/tests/float/string_format_modulo3.py index f9d9c43cd..f8aeeda20 100644 --- a/tests/float/string_format_modulo3.py +++ b/tests/float/string_format_modulo3.py @@ -1,3 +1,3 @@ -# uPy and CPython outputs differ for the following +# Test corner cases where MicroPython and CPython outputs used to differ in the past print("%.1g" % -9.9) # round up 'g' with '-' sign print("%.2g" % 99.9) # round up |