summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_future.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py
index ebeb833..0522003 100644
--- a/Lib/test/test_future.py
+++ b/Lib/test/test_future.py
@@ -153,6 +153,7 @@ class AnnotationsFutureTestCase(unittest.TestCase):
eq = self.assertAnnotationEqual
eq('...')
eq("'some_string'")
+ eq("u'some_string'")
eq("b'\\xa3'")
eq('Name')
eq('None')