From: foobar Date: Mon, 26 Dec 2005 18:30:12 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_4~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cbffe865ef73dd11b880f20b30fc927f253c4cf;p=php fix test --- diff --git a/ext/gd/tests/colormatch.phpt b/ext/gd/tests/colormatch.phpt index 460b01a7e3..283a200571 100644 --- a/ext/gd/tests/colormatch.phpt +++ b/ext/gd/tests/colormatch.phpt @@ -12,8 +12,10 @@ $im2 = imagecreate(5,5); imagecolormatch($im, $im2); +echo "ok\n"; + imagedestroy($im); ?> --EXPECTF-- Warning: imagecolormatch(): Image2 must have at least one color in %s on line %d - +ok