Commit 695daf19 authored by Stefan Behnel's avatar Stefan Behnel

Py3 fix

parent fc3d5fea
...@@ -330,7 +330,7 @@ class CythonCompileTestCase(unittest.TestCase): ...@@ -330,7 +330,7 @@ class CythonCompileTestCase(unittest.TestCase):
except AssertionError: except AssertionError:
print("\n=== Expected errors: ===") print("\n=== Expected errors: ===")
print('\n'.join(expected_errors)) print('\n'.join(expected_errors))
print "\n\n=== Got errors: ===" print("\n\n=== Got errors: ===")
print('\n'.join(errors)) print('\n'.join(errors))
print('\n') print('\n')
raise 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