mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization.
This commit is contained in:
parent
f805cd2c1f
commit
f2715e0764
26 changed files with 110 additions and 114 deletions
|
@ -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__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue