change the logic for the test. As it was, it always failed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9258 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9b7572a16f
commit
a7207e3b89
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ see bottom for a set of possible tests
|
|||
SWIGWARN_IGNORE_OPERATOR_LOR);
|
||||
#endif
|
||||
|
||||
#if !defined(SWIGLUA) || !defined(SWIGPERL)
|
||||
#if !defined(SWIGLUA) && !defined(SWIGPERL) && !defined(SWIGR)
|
||||
%rename(Equal) operator =;
|
||||
%rename(PlusEqual) operator +=;
|
||||
%rename(MinusEqual) operator -=;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue