Commit ca41a088 authored by Stefan Behnel's avatar Stefan Behnel

force (re-)compilation in test regardless of previous test runs

parent 87c4aa25
......@@ -12,7 +12,7 @@ from Cython.TestUtils import CythonTest
from Cython.Compiler.Errors import CompileError, hold_errors, release_errors, error_stack
def cy_eval(s, **kwargs):
return cython_inline('return ' + s, **kwargs)
return cython_inline('return ' + s, force=True, **kwargs)
a_global = 'global variable'
......
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