projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc3d5fe
)
Py3 fix
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 3 Jul 2009 20:38:31 +0000
(22:38 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 3 Jul 2009 20:38:31 +0000
(22:38 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 9a16ad36bb1d1f85507cb28f40520b8ef2421d2b..480fdbe56839740fb21b5b5b5a3d36f242a3aa59 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-330,7
+330,7
@@
class CythonCompileTestCase(unittest.TestCase):
except AssertionError:
print("\n=== Expected errors: ===")
print('\n'.join(expected_errors))
- print
"\n\n=== Got errors: ==="
+ print
("\n\n=== Got errors: ===")
print('\n'.join(errors))
print('\n')
raise