diff options
Diffstat (limited to 'tests/micropython/heapalloc_bytesio2.py')
-rw-r--r-- | tests/micropython/heapalloc_bytesio2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/micropython/heapalloc_bytesio2.py b/tests/micropython/heapalloc_bytesio2.py index cd76f5807..3b9f14127 100644 --- a/tests/micropython/heapalloc_bytesio2.py +++ b/tests/micropython/heapalloc_bytesio2.py @@ -3,6 +3,7 @@ try: import uio import micropython + micropython.mem_total except (ImportError, AttributeError): print("SKIP") |