lib_xxx to li_xxx name change fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3ef946d2d1
commit
d174b1b231
6 changed files with 73 additions and 73 deletions
|
|
@ -30,7 +30,7 @@ raise RuntimeError unless (intPairConstRef.first == 7 && intPairConstRef.second
|
|||
#
|
||||
# Now test various input typemaps. Each of the wrapped C++ functions
|
||||
# (product1, product2 and product3) is expecting an argument of a
|
||||
# different type (see lib_std_pair.i). Typemaps should be in place to
|
||||
# different type (see li_std_pair.i). Typemaps should be in place to
|
||||
# convert this Array into the expected argument type.
|
||||
#
|
||||
raise RuntimeError unless product1(intPair) == 42
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue