summaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc_bytesio2.py
diff options
context:
space:
mode:
authorKevin Matocha <kmatocha@icloud.com>2021-03-17 09:30:51 -0500
committerKevin Matocha <kmatocha@icloud.com>2021-03-17 09:30:51 -0500
commitef91e1752c233e45bfa898eb67caab44f1b02313 (patch)
tree9b6f26eb1bd0d54143b4d174cec720dcaca8065e /tests/micropython/heapalloc_bytesio2.py
parent870dadc85adce4f10fa57dda1d11dda48b25dbc1 (diff)
parentbfc8c89536e12dba0cc9adc0065819d730bb0983 (diff)
merge upstream/main
Diffstat (limited to 'tests/micropython/heapalloc_bytesio2.py')
-rw-r--r--tests/micropython/heapalloc_bytesio2.py1
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")