Fix template_default_cache testcase
This commit is contained in:
parent
974d822b5f
commit
6f54a00db7
4 changed files with 1 additions and 15 deletions
|
|
@ -1,10 +0,0 @@
|
|||
%module amodel;
|
||||
|
||||
%inline %{
|
||||
namespace ns__a {
|
||||
namespace iface1 {
|
||||
class Model {};
|
||||
typedef d::d<Model> ModelPtr;
|
||||
}
|
||||
}
|
||||
%}
|
||||
|
|
@ -407,6 +407,7 @@ CPP_TEST_CASES += \
|
|||
template_default_arg_overloaded \
|
||||
template_default_arg_overloaded_extend \
|
||||
template_default_arg_virtual_destructor \
|
||||
template_default_cache \
|
||||
template_default_class_parms \
|
||||
template_default_class_parms_typedef \
|
||||
template_default_inherit \
|
||||
|
|
@ -670,7 +671,6 @@ MULTI_CPP_TEST_CASES += \
|
|||
packageoption \
|
||||
mod \
|
||||
template_typedef_import \
|
||||
template_default_cache \
|
||||
multi_import
|
||||
|
||||
# Custom tests - tests with additional commandline options
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
%module template_default_cache;
|
||||
|
||||
%import "amodel.i"
|
||||
|
||||
%inline %{
|
||||
namespace d {
|
||||
template< typename T > class d {};
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
amodel
|
||||
template_default_cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue