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=63e2e691c17115e09764da40ce70effd2f3e34f7;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']