From e75bb0c7fd532fa413381c150fd800cf33e81fbf Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Tue, 9 Mar 2010 20:03:49 -0300 Subject: [PATCH] fix testcases to silent GCC warning --- tests/run/autotestdict.pyx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 2.26.2