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:
parent
bdb8e46f4d
commit
dfaaa959a6
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ class check {
|
|||
}
|
||||
|
||||
function done() {
|
||||
print $_SERVER[argv][0]." ok\n";
|
||||
# print $_SERVER[argv][0]." ok\n";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue