diff options
Diffstat (limited to 'tests/micropython/heapalloc_bytesio.py')
-rw-r--r-- | tests/micropython/heapalloc_bytesio.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/micropython/heapalloc_bytesio.py b/tests/micropython/heapalloc_bytesio.py index 2a8d50abe..4aae2abf0 100644 --- a/tests/micropython/heapalloc_bytesio.py +++ b/tests/micropython/heapalloc_bytesio.py @@ -1,9 +1,8 @@ try: import uio except ImportError: - import sys print("SKIP") - sys.exit() + raise SystemExit import micropython |