diff options
Diffstat (limited to 'tests/basics/fun-defargs.py')
| -rw-r--r-- | tests/basics/fun-defargs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basics/fun-defargs.py b/tests/basics/fun-defargs.py index 0666b8c49..51516c736 100644 --- a/tests/basics/fun-defargs.py +++ b/tests/basics/fun-defargs.py @@ -18,3 +18,5 @@ try: fun2(1, 2, 3, 4) except TypeError: print("TypeError") + +print('flush') # so that it works on pyboard... |
