Rev 12650 - rename runtime component of varargs_typemap testcase

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12652 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-05-03 05:38:41 +00:00
commit db9e973ab8
2 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,4 @@
import python_varargs_typemap
if (python_varargs_typemap.testfunc(1, 2.0, "three") != "three") :
raise RuntimeError("testfunc failed!")

View file

@ -1,4 +0,0 @@
import varargs_typemap
if (varargs_typemap.testfunc(1, 2.0, "three") != "three") :
raise RuntimeError("testfunc failed!")