summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-08-01 11:12:08 +1000
committerDamien George <damien@micropython.org>2025-08-01 11:13:12 +1000
commit947d5448b477343fb1b113e24cb3d3b904a9d3e7 (patch)
tree04863068c974ca2fd1b758cba8c703f821658da9
parent97d56527a06dbcbe6fdb96e41597b9b053df3315 (diff)
tests/cpydiff: Remove passing types_float_rounding test.
Since commit dbbaa959c85c04dbbcde5908b5d0775b574e44e7, this test now produces the same output on MicroPython as CPython does, namely -1e+01. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--tests/cpydiff/types_float_rounding.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/cpydiff/types_float_rounding.py b/tests/cpydiff/types_float_rounding.py
deleted file mode 100644
index 206e359ed..000000000
--- a/tests/cpydiff/types_float_rounding.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""
-categories: Types,float
-description: uPy and CPython outputs formats may differ
-cause: Unknown
-workaround: Unknown
-"""
-
-print("%.1g" % -9.9)