mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix misindent. This would test half less possibilities.
This commit is contained in:
parent
e9bbe8b87b
commit
c1ab0bd788
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class IntTestCase(unittest.TestCase, HelperMixin):
|
|||
while n:
|
||||
for expected in (-n, n):
|
||||
self.helper(expected)
|
||||
n = n >> 1
|
||||
n = n >> 1
|
||||
|
||||
def test_bool(self):
|
||||
for b in (True, False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue