From: Stefan Behnel Date: Thu, 6 Mar 2008 10:36:52 +0000 (+0100) Subject: test fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=497dcad632db7909af3527604c71350a51e3d55e;p=cython.git test fix --- diff --git a/tests/run/pycmp.pyx b/tests/run/pycmp.pyx index ef0ece99..44a5ff9f 100644 --- a/tests/run/pycmp.pyx +++ b/tests/run/pycmp.pyx @@ -5,6 +5,8 @@ __doc__ = """ def f(): cdef int bool, int1, int2 + int1 = 0 + int2 = 0 obj1 = 1 obj2 = 2 bool = obj1 == obj2