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:
Marcelo Matus 2006-02-04 00:34:12 +00:00
commit 495c5e6306
2 changed files with 8 additions and 0 deletions

View file

@ -24,3 +24,6 @@ if v3.this != f.this:
v4 = voidtest.vfunc1(f)
if v4 != v1:
raise RuntimeError
v3.memberfunc()