diff options
Diffstat (limited to 'tests/micropython/heapalloc.py.exp')
-rw-r--r-- | tests/micropython/heapalloc.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/micropython/heapalloc.py.exp b/tests/micropython/heapalloc.py.exp index c8cffe183..3d5825f5a 100644 --- a/tests/micropython/heapalloc.py.exp +++ b/tests/micropython/heapalloc.py.exp @@ -9,3 +9,6 @@ 1 2 1 1 1 2 3 4 10 +Traceback (most recent call last): + File "micropython/heapalloc.py", line 42, in test +StopIteration: |