new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
881217f965
commit
3928991383
3 changed files with 26 additions and 0 deletions
8
SWIG/Examples/test-suite/python/varargs_runme.py
Normal file
8
SWIG/Examples/test-suite/python/varargs_runme.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import varargs
|
||||
|
||||
if varargs.test("Hello") != "Hello":
|
||||
raise RuntimeError, "Failed"
|
||||
|
||||
f = varargs.Foo()
|
||||
if f.test("Hello") != "Hello":
|
||||
raise RuntimeError, "Failed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue