diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-06-10 20:14:16 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-06-10 20:34:38 +0300 |
commit | 85d809d1f4e35a511e0a56b3411126e05a31c01b (patch) | |
tree | 8debfecd0a6b83b6ba3d7e087058eec39a7b3c79 /tests/micropython/heapalloc_traceback.py.exp | |
parent | a2803b74f48849cb3a11fb492fee891044ecc1f4 (diff) |
tests: Convert remaining "sys.exit()" to "raise SystemExit".
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 facd0af13..291bbd697 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 23, in test + File , line 22, in test StopIteration: |