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:
Damien George
2025-08-01 11:12:08 +10:00
parent 97d56527a0
commit 947d5448b4

View File

@@ -1,8 +0,0 @@
"""
categories: Types,float
description: uPy and CPython outputs formats may differ
cause: Unknown
workaround: Unknown
"""
print("%.1g" % -9.9)