Commit 443e0f51 authored by Stefan Behnel's avatar Stefan Behnel

fix test case in C++

parent 5a969756
......@@ -38,8 +38,8 @@ def test_ptr():
return False
def test_ptr2():
cdef void* p1 = NULL
cdef void* p2 = NULL
cdef char* p1 = NULL
cdef char* p2 = NULL
p1 += 1
if p1 and p2:
......
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