Commit bd17bf25 authored by Denis Bilenko's avatar Denis Bilenko

test__greenlet.py: fix TestStr

parent 05d319c4
...@@ -475,7 +475,7 @@ class A(object): ...@@ -475,7 +475,7 @@ class A(object):
def method(self): def method(self):
pass pass
hexobj = re.compile('0x[0123456789abcdef]+') hexobj = re.compile('0x[0123456789abcdef]+L?')
class TestStr(greentest.TestCase): 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