fix static member names, from Olly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8798 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d944526d5e
commit
68f665df35
2 changed files with 15 additions and 10 deletions
|
|
@ -4,10 +4,8 @@
|
|||
require "tests.php4";
|
||||
require "arrays.php";
|
||||
|
||||
// No new functions
|
||||
check::functions(array(fn_taking_arrays,newintpointer,setintfrompointer,getintfrompointer));
|
||||
// No new classes
|
||||
check::classes(array(simplestruct,arraystruct));
|
||||
check::functions(array(fn_taking_arrays,newintpointer,setintfrompointer,getintfrompointer,array_pointer_func));
|
||||
check::classes(array(simplestruct,arraystruct,cartposedata_t));
|
||||
// now new vars
|
||||
check::globals(array());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue