Update lists of wrapped functions.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Kevin Ruland 2006-02-06 13:54:09 +00:00
commit 48ced2736d
5 changed files with 9 additions and 15 deletions

View file

@ -3,7 +3,7 @@
require "tests.php4";
require "abstract_inherit.php";
check::classes(array(foo,bar,spam));
check::classes(array(foo,bar,spam,nrfilter_i,nrrcfilter_i,nrrcfilterpro_i,nrrcfilterpri_i));
// This constructor attempt should fail as there isn't one
//$spam=new Spam();