mirror of https://github.com/python/cpython
merge with 3.3
This commit is contained in:
commit
bb17b4a90f
|
@ -84,8 +84,5 @@ class DictComprehensionTest(unittest.TestCase):
|
|||
"exec")
|
||||
|
||||
|
||||
def test_main():
|
||||
support.run_unittest(__name__)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue