summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/int1.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-09-07 21:36:24 +0100
committerDamien George <damien.p.george@gmail.com>2015-09-07 21:36:24 +0100
commit75a811a6df51392868ba35e9e341d882b842b066 (patch)
tree85f61f5e447a9ee07ab4776af0e1abdef2476e0d /tests/basics/int1.py
parent2b000474d9350ede1c1aedb83ba8976d81ba4cf8 (diff)
downloadmicropython-75a811a6df51392868ba35e9e341d882b842b066.tar.gz
micropython-75a811a6df51392868ba35e9e341d882b842b066.zip
tests: Move int+unicode test to unicode-specific test directory.
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)