From: Stefan Behnel Date: Mon, 9 Aug 2010 18:28:24 +0000 (+0200) Subject: re-enable tree assertions in tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=339700e7885d58219f13d752f5bbdce63ada5571;p=cython.git re-enable tree assertions in tests --- diff --git a/runtests.py b/runtests.py index d4921d5b..d06cd260 100644 --- a/runtests.py +++ b/runtests.py @@ -329,8 +329,7 @@ class CythonCompileTestCase(unittest.TestCase): use_listing_file = False, cplus = self.language == 'cpp', generate_pxi = False, -# evaluate_tree_assertions = True, - evaluate_tree_assertions = False, + evaluate_tree_assertions = True, ) cython_compile(source, options=options, full_module_name=module)