Skip to content
Snippets Groups Projects
Commit ed8b4da0 authored by Damien George's avatar Damien George
Browse files

tests: Remove obsolete test; don't use fp in micropython/ tests.

parent f6532bb9
No related branches found
No related tags found
No related merge requests found
#class mylist(list):
# pass
#l = mylist()
#l.append(1)
#print(l)
......@@ -5,9 +5,3 @@ def f():
return 123456789012345678901234567890
print(f())
@micropython.native
def g():
return 1.2
print(g())
123456789012345678901234567890
1.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment