summaryrefslogtreecommitdiff
path: root/tests/micropython/stack_use.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/micropython/stack_use.py')
-rw-r--r--tests/micropython/stack_use.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/micropython/stack_use.py b/tests/micropython/stack_use.py
index 266885d9d..640bb8b2f 100644
--- a/tests/micropython/stack_use.py
+++ b/tests/micropython/stack_use.py
@@ -3,5 +3,6 @@ import micropython
if not hasattr(micropython, "stack_use"):
print("SKIP")
-else:
- print(type(micropython.stack_use())) # output varies
+ raise SystemExit
+
+print(type(micropython.stack_use())) # output varies