summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug77700.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug77700.phpt')
-rw-r--r--ext/gd/tests/bug77700.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/bug77700.phpt b/ext/gd/tests/bug77700.phpt
index 07b7ffbbba..27b93cf0d0 100644
--- a/ext/gd/tests/bug77700.phpt
+++ b/ext/gd/tests/bug77700.phpt
@@ -14,10 +14,8 @@ imagegif($im, __DIR__ . 'bug77700.gif');
$im = imagecreatefromgif(__DIR__ . 'bug77700.gif');
var_dump(imageinterlace($im));
?>
-===DONE===
--EXPECT--
int(1)
-===DONE===
--CLEAN--
<?php
unlink(__DIR__ . 'bug77700.gif');