diff options
Diffstat (limited to 'ext/zlib/tests/gzeof_basic.phpt')
-rw-r--r-- | ext/zlib/tests/gzeof_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzeof_basic.phpt b/ext/zlib/tests/gzeof_basic.phpt index 33d46599c3..c159819d76 100644 --- a/ext/zlib/tests/gzeof_basic.phpt +++ b/ext/zlib/tests/gzeof_basic.phpt @@ -36,7 +36,6 @@ gzclose($h); ?> -===DONE=== --EXPECT-- -- test 1 -- bool(false) @@ -55,4 +54,3 @@ reading 250 characters. eof should be true bool(true) reading 20 characters. eof should be true still bool(true) -===DONE=== |