diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-03-09 12:51:45 +0100 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-03-09 12:51:45 +0100 |
commit | 53018d5ad23c642a36efb67a862db5143080299d (patch) | |
tree | 9b67b9a5b05893abb2c6e84431cfcaf101883701 /tests/micropython/heapalloc_traceback.py.exp | |
parent | 1a71d30fb8fad17ea44de635d52e858f066ef308 (diff) |
tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor.
Diffstat (limited to 'tests/micropython/heapalloc_traceback.py.exp')
-rw-r--r-- | tests/micropython/heapalloc_traceback.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micropython/heapalloc_traceback.py.exp b/tests/micropython/heapalloc_traceback.py.exp index 9ba10948d..facd0af13 100644 --- a/tests/micropython/heapalloc_traceback.py.exp +++ b/tests/micropython/heapalloc_traceback.py.exp @@ -1,5 +1,5 @@ StopIteration Traceback (most recent call last): - File , line 18, in test + File , line 23, in test StopIteration: |