Testcase and fix for bug 1163440: vararg typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12639 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
71a7a52b16
commit
8f07b3f851
5 changed files with 67 additions and 11 deletions
4
Examples/test-suite/python/varargs_typemap_runme.py
Normal file
4
Examples/test-suite/python/varargs_typemap_runme.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import varargs_typemap
|
||||
|
||||
if (varargs_typemap.testfunc(1, 2.0, "three") != "three") :
|
||||
raise RuntimeError("testfunc failed!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue