summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzdeflate_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzdeflate_variation1.phpt')
-rw-r--r--ext/zlib/tests/gzdeflate_variation1.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzdeflate_variation1.phpt b/ext/zlib/tests/gzdeflate_variation1.phpt
index 75eb16e03d..bc2453d78c 100644
--- a/ext/zlib/tests/gzdeflate_variation1.phpt
+++ b/ext/zlib/tests/gzdeflate_variation1.phpt
@@ -18,8 +18,6 @@ include(dirname(__FILE__) . '/data.inc');
echo "*** Testing gzdeflate() : variation ***\n";
-
-
echo "\n-- Testing multiple compression --\n";
$output = gzdeflate($data);
var_dump( md5($output));