summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug75571.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug75571.phpt')
-rw-r--r--ext/gd/tests/bug75571.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/bug75571.phpt b/ext/gd/tests/bug75571.phpt
index 5bd26b84ec..10b459d421 100644
--- a/ext/gd/tests/bug75571.phpt
+++ b/ext/gd/tests/bug75571.phpt
@@ -8,8 +8,6 @@ if (!extension_loaded('gd')) die('skip gd extension not available');
<?php
var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));
?>
-===DONE===
--EXPECTF--
Warning: imagecreatefromgif(): '%s' is not a valid GIF file in %s on line %d
bool(false)
-===DONE===