]> granicus.if.org Git - php/commitdiff
fix test
authorfoobar <sniper@php.net>
Mon, 26 Dec 2005 18:30:12 +0000 (18:30 +0000)
committerfoobar <sniper@php.net>
Mon, 26 Dec 2005 18:30:12 +0000 (18:30 +0000)
ext/gd/tests/colormatch.phpt

index 460b01a7e3847334b3f2c6218d535cc28096689a..283a2005719191156bb4a24c15de9bd4c064fbd9 100644 (file)
@@ -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