tests/cpydiff: Remove passing types_float_rounding test.
Since commit dbbaa959c8, this test now
produces the same output on MicroPython as CPython does, namely -1e+01.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
"""
|
||||
categories: Types,float
|
||||
description: uPy and CPython outputs formats may differ
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
"""
|
||||
|
||||
print("%.1g" % -9.9)
|
||||
Reference in New Issue
Block a user