mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Remove accidental print statement from last commit.
This commit is contained in:
parent
a715255a27
commit
08611b5e55
1 changed files with 0 additions and 1 deletions
|
@ -820,7 +820,6 @@ class TestCase(object):
|
|||
if unexpected:
|
||||
errors.append('Unexpected, but present:\n %s' %
|
||||
safe_repr(unexpected))
|
||||
print 'errors', errors
|
||||
if errors:
|
||||
standardMsg = '\n'.join(errors)
|
||||
self.fail(self._formatMessage(msg, standardMsg))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue