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

pull/1098/merge
Damien George 2015-02-15 01:57:39 +00:00
rodzic f6532bb9e0
commit ed8b4da0db
3 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -1,6 +0,0 @@
#class mylist(list):
# pass
#l = mylist()
#l.append(1)
#print(l)

Wyświetl plik

@ -5,9 +5,3 @@ def f():
return 123456789012345678901234567890
print(f())
@micropython.native
def g():
return 1.2
print(g())

Wyświetl plik

@ -1,2 +1 @@
123456789012345678901234567890
1.2