summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug73869.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug73869.phpt')
-rw-r--r--ext/gd/tests/bug73869.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/bug73869.phpt b/ext/gd/tests/bug73869.phpt
index 16b2edc7a1..69c7e1b543 100644
--- a/ext/gd/tests/bug73869.phpt
+++ b/ext/gd/tests/bug73869.phpt
@@ -9,11 +9,9 @@ if (!extension_loaded('gd')) die('skip gd extension not available');
var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73869a.gd2'));
var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73869b.gd2'));
?>
-===DONE===
--EXPECTF--
Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
bool(false)
Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
bool(false)
-===DONE===