new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
28aaf91ab6
commit
048281b9f8
3 changed files with 26 additions and 0 deletions
8
Examples/test-suite/python/varargs_runme.py
Normal file
8
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