adding more tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6740 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d4f03d249e
commit
edb5a6669f
7 changed files with 42 additions and 11 deletions
|
|
@ -1,11 +1,8 @@
|
|||
/* This was broken in the perl module. See bug 962115
|
||||
It tests basic multiple inheritance */
|
||||
|
||||
%module multiple_inheritance
|
||||
%module(ruby_minherit="1") multiple_inheritance
|
||||
|
||||
#ifdef SWIGRUBY
|
||||
#pragma SWIG nowarn=802; // Ruby doesn't support multiple inheritance
|
||||
#endif
|
||||
|
||||
#ifdef SWIGJAVA
|
||||
#pragma SWIG nowarn=813; // Java doesn't support multiple inheritance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue