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