commit | 5f6f27de4d9f7cb260e243cf517cec629e54e985 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sun Apr 23 00:19:58 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sun Apr 23 00:19:58 2006 +0000 |
tree | 749403be4394ca70864f3e04257ff30c727d032c | |
parent | 4dfe8a1131b551687659b9339eaee163a24f82f1 [diff] |
Fix test_main function so test_bytes can be run by regrtest.py.
diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py index ce224c2..fc911ac 100644 --- a/Lib/test/test_bytes.py +++ b/Lib/test/test_bytes.py
@@ -101,7 +101,7 @@ def test_main(): - test.test_support.run_unittest(XrangeTest) + test.test_support.run_unittest(BytesTest) if __name__ == "__main__":