fix typo in comment

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9173 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-06-22 17:51:04 +00:00
commit 04cc99e00c

View file

@ -1,12 +1,11 @@
<?php
// Sample test file
require "tests.php4";
require "arrays.php";
check::functions(array(fn_taking_arrays,newintpointer,setintfrompointer,getintfrompointer,array_pointer_func));
check::classes(array(simplestruct,arraystruct,cartposedata_t));
// now new vars
// No new vars
check::globals(array());
$ss=new simplestruct();