From 4417478d0fc39b69fda058e93730b3dc3fdb1ec9 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 13 Apr 2014 17:46:30 +0100 Subject: tests: Make tests pass on pyboard. --- tests/basics/fun-defargs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/basics/fun-defargs.py') 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... -- cgit v1.2.3