From 339700e7885d58219f13d752f5bbdce63ada5571 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 9 Aug 2010 20:28:24 +0200 Subject: [PATCH] re-enable tree assertions in tests --- runtests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.26.2