diff options
Diffstat (limited to 'tests/micropython/heapalloc_traceback.py.exp')
-rw-r--r-- | tests/micropython/heapalloc_traceback.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/micropython/heapalloc_traceback.py.exp b/tests/micropython/heapalloc_traceback.py.exp new file mode 100644 index 000000000..16284f0da --- /dev/null +++ b/tests/micropython/heapalloc_traceback.py.exp @@ -0,0 +1,3 @@ +Traceback (most recent call last): + File "micropython/heapalloc_traceback.py", line 17, in test +StopIteration: |