summaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc_fail_list.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/micropython/heapalloc_fail_list.py.exp')
-rw-r--r--tests/micropython/heapalloc_fail_list.py.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/heapalloc_fail_list.py.exp b/tests/micropython/heapalloc_fail_list.py.exp
new file mode 100644
index 000000000..0e1637476
--- /dev/null
+++ b/tests/micropython/heapalloc_fail_list.py.exp
@@ -0,0 +1,4 @@
+MemoryError: list index
+MemoryError: list get slice
+MemoryError: list extend slice
+[1, 2]