tests/basics: Unlock heap if skipping nanbox small-int test.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-05-23 10:57:42 +10:00
parent d4d53e9e11
commit a8492253c1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ try:
float(123)
micropython.heap_unlock()
except:
micropython.heap_unlock()
print("SKIP")
raise SystemExit