move array_typedef_memberin, since it works now, and add new broken template_typedef_ptr
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5863 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
36f285610b
commit
18592f7491
1 changed files with 3 additions and 2 deletions
|
|
@ -45,14 +45,14 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
|
|||
|
||||
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
|
||||
CPP_TEST_BROKEN += \
|
||||
array_typedef_memberin \
|
||||
defvalue_constructor \
|
||||
features.i \
|
||||
features \
|
||||
namespace_union \
|
||||
smart_pointer_namespace2 \
|
||||
template_default_arg \
|
||||
template_specialization_defarg \
|
||||
template_specialization_enum \
|
||||
template_typedef_ptr \
|
||||
using_namespace
|
||||
|
||||
# Broken C test cases. (Can be run individually using make testcase.ctest.)
|
||||
|
|
@ -74,6 +74,7 @@ CPP_TEST_CASES += \
|
|||
anonymous_bitfield \
|
||||
argout \
|
||||
array_member \
|
||||
array_typedef_memberin \
|
||||
arrayref \
|
||||
arrays_dimensionless \
|
||||
arrays_global \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue