Fix test_main function so test_bytes can be run by regrtest.py.

This commit is contained in:
Thomas Wouters 2006-04-23 00:19:58 +00:00
parent 4dfe8a1131
commit 5f6f27de4d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class BytesTest(unittest.TestCase):
def test_main():
test.test_support.run_unittest(XrangeTest)
test.test_support.run_unittest(BytesTest)
if __name__ == "__main__":