summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_bytes.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class BytesTest(unittest.TestCase):
def test_main():
- test.test_support.run_unittest(XrangeTest)
+ test.test_support.run_unittest(BytesTest)
if __name__ == "__main__":