mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Normalize whitespace
This commit is contained in:
parent
9fe6d86709
commit
7ef00ff91a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class DisTests(unittest.TestCase):
|
|||
# so fails if the tests are run with -O. Skip this test then.
|
||||
|
||||
if __debug__:
|
||||
self.do_disassembly_test(bug1333982, dis_bug1333982)
|
||||
self.do_disassembly_test(bug1333982, dis_bug1333982)
|
||||
|
||||
def test_big_linenos(self):
|
||||
def func(count):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue