Commit 339700e7 authored by Stefan Behnel's avatar Stefan Behnel

re-enable tree assertions in tests

parent a96ee49b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment