move broken example to derived_byvalue.i since it could take long to fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6369 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-07 22:02:50 +00:00
commit e88bf78833
3 changed files with 44 additions and 28 deletions

View file

@ -46,6 +46,7 @@ LIBPREFIX = lib
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
CPP_TEST_BROKEN += \
derived_nested \
derived_byvalue \
multiple_inheritance \
namespace_union \
overload_complicated \
@ -301,6 +302,7 @@ C_TEST_CASES += \
enums \
function_typedef \
inctest \
lextype \
lib_carrays \
lib_cdata \
lib_cmalloc \