summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/int1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/int1.py')
-rw-r--r--tests/basics/int1.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basics/int1.py b/tests/basics/int1.py
index a010a32e0a..aea72b7dd1 100644
--- a/tests/basics/int1.py
+++ b/tests/basics/int1.py
@@ -67,7 +67,6 @@ test(' 1' + chr(2) + ' ', 0)
test('', 0)
test(' ', 0)
test(' \t\t ', 0)
-test("\u0200", 0)
test('0x', 16)
test('0x', 0)
test('0o', 8)