summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug73279.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug73279.phpt')
-rw-r--r--ext/gd/tests/bug73279.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/bug73279.phpt b/ext/gd/tests/bug73279.phpt
index aba91f0d3a..886b61c55b 100644
--- a/ext/gd/tests/bug73279.phpt
+++ b/ext/gd/tests/bug73279.phpt
@@ -14,7 +14,5 @@ imagecolorallocate($src, 255, 255, 255);
$dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
printf("color: %x\n", imagecolorat($dst, 99, 99));
?>
-===DONE===
--EXPECT--
color: ffffff
-===DONE===