From 66a0b841674a93e15d02f1c774ffcca8c3b22a0a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 23 Apr 2011 20:56:38 +0200 Subject: [PATCH] Py<2.5 test fix --- tests/run/with_statement_module_level_T536.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.26.2