Fix case of more class checks.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10437 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2008-05-10 17:56:45 +00:00
commit 182debe39a
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ require "li_carrays.php";
// No new functions
check::functions(array(new_intarray,delete_intarray,intarray_getitem,intarray_setitem));
// No new classes
check::classes(array(doublearray));
check::classes(array(doubleArray));
// now new vars
check::globals(array());