summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xpickle.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-19 02:35:07 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-19 02:35:07 (GMT)
commitf2715e076435b74638acb81512c2ee014f75aea2 (patch)
tree8f50b5bca2f1d4d7c232894d907996f4104c3515 /Lib/test/test_xpickle.py
parentf805cd2c1f4d850b1d933f39e63a61a3348ec224 (diff)
downloadcpython-f2715e076435b74638acb81512c2ee014f75aea2.zip
cpython-f2715e076435b74638acb81512c2ee014f75aea2.tar.gz
cpython-f2715e076435b74638acb81512c2ee014f75aea2.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_xpickle.py')
-rw-r--r--Lib/test/test_xpickle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xpickle.py b/Lib/test/test_xpickle.py
index 0da6997..cc458ad 100644
--- a/Lib/test/test_xpickle.py
+++ b/Lib/test/test_xpickle.py
@@ -39,7 +39,7 @@ def test_main():
for test in (DumpCPickle_LoadPickle,
DumpPickle_LoadCPickle,
):
- suite.addTest(unittest.makeSuite(test))
+ suite.addTest(unittest.makeSuite(test))
test_support.run_suite(suite)
if __name__ == "__main__":