Fix director_nspace_director_name_collision test for languages that don't support %nspace
This commit is contained in:
parent
e182b4844c
commit
6fecb05379
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ namespace TopLevel
|
|||
%nspace TopLevel::B::Foo;
|
||||
#else
|
||||
#warning nspace feature not yet supported in this target language
|
||||
%ignore TopLevel::B::Foo;
|
||||
#endif
|
||||
|
||||
%feature("director") TopLevel::A::Foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue