mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Restored commented-out line checked in by mistake.
This commit is contained in:
parent
9390dd5b4a
commit
5943b4ac10
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=0, generate=0,
|
|||
else:
|
||||
os.unlink(filename)
|
||||
|
||||
#sys.exit(len(bad) > 0)
|
||||
sys.exit(len(bad) > 0)
|
||||
|
||||
|
||||
STDTESTS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue