diff options
| -rw-r--r-- | tests/basics/nanbox_smallint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basics/nanbox_smallint.py b/tests/basics/nanbox_smallint.py index 642ca77b3..167b19601 100644 --- a/tests/basics/nanbox_smallint.py +++ b/tests/basics/nanbox_smallint.py @@ -9,6 +9,7 @@ try: float(123) micropython.heap_unlock() except: + micropython.heap_unlock() print("SKIP") raise SystemExit |
