Commit b2542387 authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent 1e7a8d0c
......@@ -5,7 +5,7 @@ __doc__ = u"""
import sys
if sys.version_info[0] >= 3:
__doc__ = __doc__.replace(u"5L'", u"5")
__doc__ = __doc__.replace(u"5L", u"5")
cdef unsigned int ui
ui = 5
......
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