Browse Source

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

pull/1098/merge
Damien George 10 years ago
parent
commit
ed8b4da0db
  1. 6
      tests/basics/class_subclass_builtin.py
  2. 6
      tests/micropython/native_const.py
  3. 1
      tests/micropython/native_const.py.exp

6
tests/basics/class_subclass_builtin.py

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

6
tests/micropython/native_const.py

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

1
tests/micropython/native_const.py.exp

@ -1,2 +1 @@
123456789012345678901234567890
1.2

Loading…
Cancel
Save