diff options
Diffstat (limited to 'tests/micropython/emg_exc.py')
-rw-r--r-- | tests/micropython/emg_exc.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/micropython/emg_exc.py b/tests/micropython/emg_exc.py index 9a09956c8..42b709375 100644 --- a/tests/micropython/emg_exc.py +++ b/tests/micropython/emg_exc.py @@ -1,10 +1,9 @@ # test that emergency exceptions work -import micropython import sys try: - import io + import io, micropython except ImportError: print("SKIP") raise SystemExit |