lib_xxx to li_xxx name change fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-11-02 22:31:12 +00:00
commit d174b1b231
6 changed files with 73 additions and 73 deletions

View file

@ -2,7 +2,7 @@
// Sample test file
require "tests.php4";
require "lib_carrays.php";
require "li_carrays.php";
// No new functions
check::functions(array(new_intarray,delete_intarray,intarray_getitem,intarray_setitem));