Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f6f27d

Browse files
committed
Fix test_main function so test_bytes can be run by regrtest.py.
1 parent 4dfe8a1 commit 5f6f27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_bytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_doc(self):
101101

102102

103103
def test_main():
104-
test.test_support.run_unittest(XrangeTest)
104+
test.test_support.run_unittest(BytesTest)
105105

106106

107107
if __name__ == "__main__":

0 commit comments

Comments
 (0)