From: Zachary Ware Date: Sun, 8 Dec 2013 06:38:54 +0000 (-0600) Subject: Normalize whitespace X-Git-Tag: v3.4.0b2~301^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ef00ff91a0a90a2b11df40d110365e6a7909a94;p=thirdparty%2FPython%2Fcpython.git Normalize whitespace --- diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index 30cada18daf7..9edf60202ea6 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -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):