diff options
Diffstat (limited to 'ext/sysvmsg/tests/006.phpt')
| -rw-r--r-- | ext/sysvmsg/tests/006.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvmsg/tests/006.phpt b/ext/sysvmsg/tests/006.phpt index cb4fd2457e..2d4976033c 100644 --- a/ext/sysvmsg/tests/006.phpt +++ b/ext/sysvmsg/tests/006.phpt @@ -23,7 +23,7 @@ foreach ($tests as $elem) { if (!msg_remove_queue($queue)) { echo "BAD: queue removal failed\n"; } - + echo "Done\n"; ?> --EXPECTF-- |
