Fix director_nspace_director_name_collision test for languages that don't support %nspace

This commit is contained in:
William S Fulton 2013-03-19 19:44:42 +00:00
commit 6fecb05379

View file

@ -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;