mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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:
|
if unexpected:
|
||||||
errors.append('Unexpected, but present:\n %s' %
|
errors.append('Unexpected, but present:\n %s' %
|
||||||
safe_repr(unexpected))
|
safe_repr(unexpected))
|
||||||
print 'errors', errors
|
|
||||||
if errors:
|
if errors:
|
||||||
standardMsg = '\n'.join(errors)
|
standardMsg = '\n'.join(errors)
|
||||||
self.fail(self._formatMessage(msg, standardMsg))
|
self.fail(self._formatMessage(msg, standardMsg))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue