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=06b31a13b1c1ee347fcbe5240cfa1ec955c05520 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']