Skip to content

Commit ac11e89

Browse files
committed
tests: For urandom test, use sys.exit() instead of sys.exit(1).
1 parent e713222 commit ac11e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/extmod/urandom_extra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except AttributeError:
99
import sys
1010
print('SKIP')
11-
sys.exit(1)
11+
sys.exit()
1212

1313
print('randrange')
1414
for i in range(50):

0 commit comments

Comments
 (0)