tests: Remove obsolete test; don't use fp in micropython/ tests.
This commit is contained in:
parent
f6532bb9e0
commit
ed8b4da0db
@ -1,6 +0,0 @@
|
||||
#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())
|
||||
|
@ -1,2 +1 @@
|
||||
123456789012345678901234567890
|
||||
1.2
|
||||
|
Loading…
Reference in New Issue
Block a user