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