summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzuncompress_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzuncompress_error1.phpt')
-rw-r--r--ext/zlib/tests/gzuncompress_error1.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzuncompress_error1.phpt b/ext/zlib/tests/gzuncompress_error1.phpt
index 8683a6c829..2f9b6d9e45 100644
--- a/ext/zlib/tests/gzuncompress_error1.phpt
+++ b/ext/zlib/tests/gzuncompress_error1.phpt
@@ -27,7 +27,6 @@ echo "\n-- Testing with incorrect arguments --\n";
var_dump(gzuncompress(123));
?>
-===DONE===
--EXPECTF--
*** Testing gzuncompress() : error conditions ***
@@ -40,4 +39,3 @@ bool(false)
Warning: gzuncompress(): data error in %s on line %d
bool(false)
-===DONE===