Sign in
fuchsia
/
third_party
/
github.com
/
nedbat
/
coveragepy
/
refs/heads/main
/
.
/
tests
/
modules
/
pkg1
/
runmod2.py
blob: e2778669f005a2c59893fdda66f253df99adb77d [
file
] [
log
] [
blame
] [
edit
]
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Used in the tests for PyRunner
import
sys
print
(
"runmod2: passed %s"
%
sys
.
argv
[
1
])