mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
tests: Convert remaining "sys.exit()" to "raise SystemExit".
This commit is contained in:
@@ -3,7 +3,7 @@ try:
|
||||
sys.exc_info
|
||||
except:
|
||||
print("SKIP")
|
||||
sys.exit()
|
||||
raise SystemExit
|
||||
|
||||
def f():
|
||||
print(sys.exc_info()[0:2])
|
||||
|
||||
Reference in New Issue
Block a user