summaryrefslogtreecommitdiff
path: root/tests/basics/bytes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/bytes.py')
-rw-r--r--tests/basics/bytes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basics/bytes.py b/tests/basics/bytes.py
index 0b6b14fa5..ba14c26da 100644
--- a/tests/basics/bytes.py
+++ b/tests/basics/bytes.py
@@ -2,7 +2,6 @@
print(b'123')
print(br'123')
print(rb'123')
-print(b'\u1234')
# construction
print(bytes())