From a8492253c126be9bef69110c6a6862872868dfbc Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 23 May 2022 10:57:42 +1000 Subject: [PATCH] tests/basics: Unlock heap if skipping nanbox small-int test. Signed-off-by: Damien George --- tests/basics/nanbox_smallint.py | 1 + 1 file changed, 1 insertion(+) 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