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:
Kevin Ruland 2005-09-07 01:57:32 +00:00
commit 3cb7d700c0

View file

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