From: Lisandro Dalcin Date: Tue, 9 Mar 2010 23:03:49 +0000 (-0300) Subject: fix testcases to silent GCC warning X-Git-Tag: 0.13.beta0~319^2~7^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e75bb0c7fd532fa413381c150fd800cf33e81fbf;p=cython.git fix testcases to silent GCC warning --- diff --git a/tests/run/autotestdict.pyx b/tests/run/autotestdict.pyx index c63e883f..1a9a6135 100644 --- 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()