add test for 'void *' argument
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8706 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7a417324a5
commit
3efc6c9b0f
2 changed files with 8 additions and 0 deletions
|
|
@ -24,3 +24,6 @@ if v3.this != f.this:
|
||||||
v4 = voidtest.vfunc1(f)
|
v4 = voidtest.vfunc1(f)
|
||||||
if v4 != v1:
|
if v4 != v1:
|
||||||
raise RuntimeError
|
raise RuntimeError
|
||||||
|
|
||||||
|
|
||||||
|
v3.memberfunc()
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,8 @@ f.memberfunc()
|
||||||
|
|
||||||
Voidtest::Foo.staticmemberfunc()
|
Voidtest::Foo.staticmemberfunc()
|
||||||
|
|
||||||
|
v1 = Voidtest::vfunc1(f)
|
||||||
|
v3 = Voidtest::vfunc3(v1)
|
||||||
|
|
||||||
|
v3.memberfunc()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue