From b25423879648d118e5b069125724499f18b79b3a Mon Sep 17 00:00:00 2001 From: Stefan Behnel <scoder@users.berlios.de> Date: Thu, 15 May 2008 00:07:57 +0200 Subject: [PATCH] test fix --- tests/run/wundram1.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/wundram1.pyx b/tests/run/wundram1.pyx index 933a84861..1d39e1a3a 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 -- 2.30.9