make the php test suite consistent with the other languages, there is no need to generate an 'ok' message.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-09-12 22:13:34 +00:00
commit dfaaa959a6

View file

@ -221,7 +221,7 @@ class check {
}
function done() {
print $_SERVER[argv][0]." ok\n";
# print $_SERVER[argv][0]." ok\n";
}
}
?>