tests/basics: Unlock heap if skipping nanbox small-int test.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
d4d53e9e11
commit
a8492253c1
@ -9,6 +9,7 @@ try:
|
||||
float(123)
|
||||
micropython.heap_unlock()
|
||||
except:
|
||||
micropython.heap_unlock()
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user