diff options
author | Damien George <damien.p.george@gmail.com> | 2016-11-21 17:10:17 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-11-21 17:10:17 +1100 |
commit | d70f87aaa2fe31b099359b4b27444f3b289cdb8c (patch) | |
tree | 2e3a931b09df33a58a46e11a8ab4f07c9f25fcd5 /tests/micropython/heapalloc.py.exp | |
parent | 21d82421cd7b3a3f74850cffaf84646ff49a04f2 (diff) |
tests/micropython: Add test for creating traceback without allocation.
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: |