From: Stefan Behnel Date: Wed, 21 Apr 2010 09:42:08 +0000 (+0200) Subject: test fix X-Git-Tag: 0.13.beta0~173 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2183cbcab2d0835efefc3ba4da05f7afe607f94a;p=cython.git test fix --- diff --git a/tests/run/ctruthtests.pyx b/tests/run/ctruthtests.pyx index 49951982..fdb6e92e 100644 --- a/tests/run/ctruthtests.pyx +++ b/tests/run/ctruthtests.pyx @@ -78,7 +78,7 @@ def test_attr_int(TestExtInt e): return False ctypedef union _aux: - int i + size_t i void *p cdef class TestExtPtr: