mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Whitespace normalization (via reindent.py).
This commit is contained in:
parent
e8889c5741
commit
9e34c04732
10 changed files with 19 additions and 23 deletions
|
|
@ -228,7 +228,7 @@ class CommonTest(unittest.TestCase):
|
|||
class StopCompares:
|
||||
def __eq__(self, other):
|
||||
raise DoNotTestEq
|
||||
|
||||
|
||||
checkfirst = self.type2test([1, StopCompares()])
|
||||
self.assert_(1 in checkfirst)
|
||||
checklast = self.type2test([StopCompares(), 1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue