Commit 2f091015 authored by Denis Bilenko's avatar Denis Bilenko

test__greenlet.py: fix a testcase failure on windows

parent 6748a541
......@@ -475,7 +475,7 @@ class A(object):
def method(self):
pass
hexobj = re.compile('-?0x[0123456789abcdef]+L?')
hexobj = re.compile('-?0x[0123456789abcdef]+L?', re.I)
class TestStr(greentest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment