mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix test_main function so test_bytes can be run by regrtest.py.
This commit is contained in:
parent
4dfe8a1131
commit
5f6f27de4d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class BytesTest(unittest.TestCase):
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
test.test_support.run_unittest(XrangeTest)
|
test.test_support.run_unittest(BytesTest)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue