summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug77269.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug77269.phpt')
-rw-r--r--ext/gd/tests/bug77269.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/bug77269.phpt b/ext/gd/tests/bug77269.phpt
index 527f26c397..6a426a2aa0 100644
--- a/ext/gd/tests/bug77269.phpt
+++ b/ext/gd/tests/bug77269.phpt
@@ -13,8 +13,6 @@ $im = imagecreate(2**28, 1);
imagescale($im, 1, 1, IMG_TRIANGLE);
?>
-===DONE===
--EXPECTF--
Warning: imagescale():%S product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
in %s on line %d
-===DONE===