projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20fb7f
)
fix testcases to silent GCC warning
author
Lisandro Dalcin
<dalcinl@gmail.com>
Tue, 9 Mar 2010 23:03:49 +0000
(20:03 -0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Tue, 9 Mar 2010 23:03:49 +0000
(20:03 -0300)
tests/run/autotestdict.pyx
patch
|
blob
|
history
diff --git
a/tests/run/autotestdict.pyx
b/tests/run/autotestdict.pyx
index c63e883fa36a8b44489b61ed05db10ecdf7d836b..1a9a61350283bc75fbf4fbb5660f8c3bc5a83224 100644
(file)
--- a/
tests/run/autotestdict.pyx
+++ b/
tests/run/autotestdict.pyx
@@
-30,7
+30,6
@@
cdef cdeffunc():
>>> True
False
"""
-cdeffunc()
def all_tests_run():
log.sort()
@@
-110,3
+109,5
@@
cdef class MyCdefClass:
>>> True
False
"""
+
+cdeffunc()