tests: Remove print('flush') from 2 tests, since stmhal now works.

Fixing the USB problem on stmhal now gets these 2 tests working.
pull/506/merge
Damien George 2014-04-17 00:14:05 +01:00
rodzic 89831d0289
commit 7447e80f3d
2 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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