Commit 2183cbca authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent a4d4b46c
...@@ -78,7 +78,7 @@ def test_attr_int(TestExtInt e): ...@@ -78,7 +78,7 @@ def test_attr_int(TestExtInt e):
return False return False
ctypedef union _aux: ctypedef union _aux:
int i size_t i
void *p void *p
cdef class TestExtPtr: cdef class TestExtPtr:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment