Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
ac11e89f
Commit
ac11e89f
authored
Jan 26, 2016
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: For urandom test, use sys.exit() instead of sys.exit(1).
parent
e713222f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/extmod/urandom_extra.py
tests/extmod/urandom_extra.py
+1
-1
No files found.
tests/extmod/urandom_extra.py
View file @
ac11e89f
...
...
@@ -8,7 +8,7 @@ try:
except
AttributeError
:
import
sys
print
(
'SKIP'
)
sys
.
exit
(
1
)
sys
.
exit
()
print
(
'randrange'
)
for
i
in
range
(
50
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment