summaryrefslogtreecommitdiff
path: root/Lib/test/test_dis.py
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-12-08 00:38:54 -0600
committerZachary Ware <zachary.ware@gmail.com>2013-12-08 00:38:54 -0600
commit7ef00ff91a0a90a2b11df40d110365e6a7909a94 (patch)
treeefecd1740e697f5e1af66f4a67376d74f60acfe3 /Lib/test/test_dis.py
parent9fe6d86709b0e769602ff55a6e5a202c440b9d8a (diff)
downloadcpython-git-7ef00ff91a0a90a2b11df40d110365e6a7909a94.tar.gz
Normalize whitespace
Diffstat (limited to 'Lib/test/test_dis.py')
-rw-r--r--Lib/test/test_dis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py
index 30cada18da..9edf60202e 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):