Commit 5f6f27de authored by Thomas Wouters's avatar Thomas Wouters

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

parent 4dfe8a11
......@@ -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__":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment