Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
7447e80f
Commit
7447e80f
authored
Apr 17, 2014
by
Damien George
Browse files
tests: Remove print('flush') from 2 tests, since stmhal now works.
Fixing the USB problem on stmhal now gets these 2 tests working.
parent
89831d02
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/basics/fun-callstar.py
View file @
7447e80f
...
...
@@ -31,5 +31,3 @@ a.foo(1, 2, *[100])
# Iterator
a
.
foo
(
*
range
(
3
))
print
(
'flush'
)
# so that it works on pyboard...
tests/basics/fun-defargs.py
View file @
7447e80f
...
...
@@ -18,5 +18,3 @@ try:
fun2
(
1
,
2
,
3
,
4
)
except
TypeError
:
print
(
"TypeError"
)
print
(
'flush'
)
# so that it works on pyboard...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment