summaryrefslogtreecommitdiff
path: root/Lib/test/test_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_index.py')
-rw-r--r--Lib/test/test_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_index.py b/Lib/test/test_index.py
index 0045469f01..b930c29588 100644
--- a/Lib/test/test_index.py
+++ b/Lib/test/test_index.py
@@ -161,7 +161,7 @@ class StringTestCase(SeqTestCase):
seq = "this is a test"
class UnicodeTestCase(SeqTestCase):
- seq = u"this is a test"
+ seq = "this is a test"
class XRangeTestCase(unittest.TestCase):