tests: Remove print('flush') from 2 tests, since stmhal now works.
Fixing the USB problem on stmhal now gets these 2 tests working.
This commit is contained in:
parent
89831d0289
commit
7447e80f3d
|
@ -31,5 +31,3 @@ a.foo(1, 2, *[100])
|
|||
|
||||
# Iterator
|
||||
a.foo(*range(3))
|
||||
|
||||
print('flush') # so that it works on pyboard...
|
||||
|
|
|
@ -18,5 +18,3 @@ try:
|
|||
fun2(1, 2, 3, 4)
|
||||
except TypeError:
|
||||
print("TypeError")
|
||||
|
||||
print('flush') # so that it works on pyboard...
|
||||
|
|
Loading…
Reference in New Issue