Skip to content

Commit ed8b4da

Browse files
committed
tests: Remove obsolete test; don't use fp in micropython/ tests.
1 parent f6532bb commit ed8b4da

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

tests/basics/class_subclass_builtin.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/micropython/native_const.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ def f():
55
return 123456789012345678901234567890
66

77
print(f())
8-
9-
@micropython.native
10-
def g():
11-
return 1.2
12-
13-
print(g())
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
123456789012345678901234567890
2-
1.2

0 commit comments

Comments
 (0)