Removed the mangled name test. Names are mangled differently and are not
available to php. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7412 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ae283adb6c
commit
3cb7d700c0
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ check::set(test3,38);
|
|||
check::equal(38,check::get(test3),'38==get(test3) after set(test)');
|
||||
|
||||
check::equal(-5,negate(5),"-5==negate(5)");
|
||||
check::functionref(NEGATE,"_p_UnaryOp","NEGATE=_p_UnaryOp");
|
||||
check::equal(7,do_unary(-7,NEGATE),"7=do_unary(-7,NEGATE)");
|
||||
|
||||
check::done();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue