Modified test cases to enable multiple inheritance mode for Ruby.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4747 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-04-29 16:48:24 +00:00
commit d3a7c986ab
10 changed files with 22 additions and 24 deletions

View file

@ -1,9 +1,9 @@
%module using_namespace
%module(ruby_minherit="1") using_namespace
%warnfilter(801) hi::hi0; /* Ruby, wrong class name */
%warnfilter(801) hi::hi1; /* Ruby, wrong class name */
%warnfilter(802, 813) Hi<hello::Hello, hi::hi0>; // Ruby, Java multiple inheritance
%warnfilter(813) Hi<hello::Hello, hi::hi0>; // Ruby, Java multiple inheritance
%inline %{
namespace hello