Fix union.i module name and rename to union_parameter.i
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11060 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
809bbb89e3
commit
c07efac296
3 changed files with 3 additions and 3 deletions
|
|
@ -451,7 +451,7 @@ C_TEST_CASES += \
|
|||
struct_rename \
|
||||
typedef_struct \
|
||||
typemap_subst \
|
||||
union \
|
||||
union_parameter \
|
||||
unions
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
if [ catch { load ./union[info sharedlibextension] unions} err_msg ] {
|
||||
if [ catch { load ./union_parameter[info sharedlibextension] union_parameter} err_msg ] {
|
||||
puts stderr "Could not load shared object:\n$err_msg"
|
||||
}
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
%module unions
|
||||
%module union_parameter
|
||||
|
||||
%inline %{
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue