From 2183cbcab2d0835efefc3ba4da05f7afe607f94a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 21 Apr 2010 11:42:08 +0200 Subject: [PATCH] test fix --- tests/run/ctruthtests.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.26.2