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