From: Stefan Behnel Date: Wed, 14 May 2008 22:07:57 +0000 (+0200) Subject: test fix X-Git-Tag: 0.9.8rc1~37^2~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b25423879648d118e5b069125724499f18b79b3a;p=cython.git test fix --- diff --git a/tests/run/wundram1.pyx b/tests/run/wundram1.pyx index 933a8486..1d39e1a3 100644 --- a/tests/run/wundram1.pyx +++ b/tests/run/wundram1.pyx @@ -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