From: Stefan Behnel Date: Sat, 23 Apr 2011 18:56:38 +0000 (+0200) Subject: Py<2.5 test fix X-Git-Url: http://git.tremily.us/?p=cython.git;a=commitdiff_plain;h=66a0b841674a93e15d02f1c774ffcca8c3b22a0a;hp=63e2e691c17115e09764da40ce70effd2f3e34f7 Py<2.5 test fix --- diff --git a/tests/run/with_statement_module_level_T536.pyx b/tests/run/with_statement_module_level_T536.pyx index c2eb29d1..122f4406 100644 --- a/tests/run/with_statement_module_level_T536.pyx +++ b/tests/run/with_statement_module_level_T536.pyx @@ -4,7 +4,7 @@ __doc__ = """ >>> inner_result ['ENTER'] >>> result # doctest: +ELLIPSIS -['ENTER', "EXIT (, ValueError('TEST',), ,...ValueError..., >> inner_result_no_exc ['ENTER']