1 parent e713222 commit ac11e89Copy full SHA for ac11e89
1 file changed
tests/extmod/urandom_extra.py
@@ -8,7 +8,7 @@
8
except AttributeError:
9
import sys
10
print('SKIP')
11
- sys.exit(1)
+ sys.exit()
12
13
print('randrange')
14
for i in range(50):
0 commit comments