Commit 48559415 authored by Alok Singhal's avatar Alok Singhal

fix accidental removal of a line

parent f18ad43a
...@@ -834,6 +834,7 @@ class CythonCompileTestCase(unittest.TestCase): ...@@ -834,6 +834,7 @@ class CythonCompileTestCase(unittest.TestCase):
try: try:
sys.stderr = ErrorWriter() sys.stderr = ErrorWriter()
self.run_cython(test_directory, module, workdir, incdir, annotate) self.run_cython(test_directory, module, workdir, incdir, annotate)
errors, _ = sys.stderr.geterrors()
finally: finally:
sys.stderr = old_stderr sys.stderr = old_stderr
......
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