add patch 962168 for Multiple Inheritance problem, seems to be working fine

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6565 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-30 11:17:20 +00:00
commit 43ff4e34d1
2 changed files with 6 additions and 9 deletions

View file

@ -45,7 +45,6 @@ LIBPREFIX = lib
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
CPP_TEST_BROKEN += \
multiple_inheritance \
namespace_union \
overload_complicated \
smart_pointer_namespace2
@ -154,6 +153,7 @@ CPP_TEST_CASES += \
member_template \
minherit \
mixed_types \
multiple_inheritance \
name_cxx \
name_inherit \
name_warnings \