Commit e75bb0c7 authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix testcases to silent GCC warning

parent e20fb7f0
...@@ -30,7 +30,6 @@ cdef cdeffunc(): ...@@ -30,7 +30,6 @@ cdef cdeffunc():
>>> True >>> True
False False
""" """
cdeffunc()
def all_tests_run(): def all_tests_run():
log.sort() log.sort()
...@@ -110,3 +109,5 @@ cdef class MyCdefClass: ...@@ -110,3 +109,5 @@ cdef class MyCdefClass:
>>> True >>> True
False False
""" """
cdeffunc()
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