Commit 4a60be8e authored by Lisandro Dalcin's avatar Lisandro Dalcin

AppVeyor: Fix syntax error in previous commit

parent e22daba4
......@@ -948,7 +948,7 @@ class CythonCompileTestCase(unittest.TestCase):
except Exception as exc:
if ('cerror' in self.tags['tag'] and
((get_stderr and get_stderr()) or
isinstance(exc, (CompileError, LinkError))):
isinstance(exc, (CompileError, LinkError)))):
show_output = False # expected C compiler failure
else:
raise
......
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