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:
William S Fulton 2009-01-12 11:42:27 +00:00
commit c07efac296
3 changed files with 3 additions and 3 deletions

View file

@ -451,7 +451,7 @@ C_TEST_CASES += \
struct_rename \
typedef_struct \
typemap_subst \
union \
union_parameter \
unions

View file

@ -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"
}

View file

@ -1,4 +1,4 @@
%module unions
%module union_parameter
%inline %{