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:
Damien George 2014-04-17 00:14:05 +01:00
parent 89831d0289
commit 7447e80f3d
2 changed files with 0 additions and 4 deletions

View File

@ -31,5 +31,3 @@ a.foo(1, 2, *[100])
# Iterator
a.foo(*range(3))
print('flush') # so that it works on pyboard...

View File

@ -18,5 +18,3 @@ try:
fun2(1, 2, 3, 4)
except TypeError:
print("TypeError")
print('flush') # so that it works on pyboard...