From: Stefan Behnel Date: Sat, 23 Apr 2011 18:40:22 +0000 (+0200) Subject: Py3 test fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09a3d7c7e00e849be44a04ad153bbbcc5603b109;p=cython.git Py3 test fix --- diff --git a/tests/run/with_statement_module_level_T536.pyx b/tests/run/with_statement_module_level_T536.pyx index 563fb32c..c2eb29d1 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('TEST',), >> inner_result_no_exc ['ENTER']