summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/fun-callstar.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/fun-callstar.py')
-rw-r--r--tests/basics/fun-callstar.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/basics/fun-callstar.py b/tests/basics/fun-callstar.py
index e19acb3491..255563b26b 100644
--- a/tests/basics/fun-callstar.py
+++ b/tests/basics/fun-callstar.py
@@ -31,5 +31,3 @@ a.foo(1, 2, *[100])
# Iterator
a.foo(*range(3))
-
-print('flush') # so that it works on pyboard...