From 4cbffe865ef73dd11b880f20b30fc927f253c4cf Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 26 Dec 2005 18:30:12 +0000 Subject: [PATCH] fix test --- ext/gd/tests/colormatch.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1