From 73ab144544a00c9e70dae0010ec255b1d3c7a398 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 26 Dec 2005 18:30:33 +0000 Subject: [PATCH] MFH: fix test --- ext/gd/tests/colormatch.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gd/tests/colormatch.phpt b/ext/gd/tests/colormatch.phpt index d940914ea5..283a200571 100644 --- a/ext/gd/tests/colormatch.phpt +++ b/ext/gd/tests/colormatch.phpt @@ -17,5 +17,5 @@ echo "ok\n"; imagedestroy($im); ?> --EXPECTF-- -Fatal error: imagecolormatch(): Image2 must have at least one color in %s on line %d - +Warning: imagecolormatch(): Image2 must have at least one color in %s on line %d +ok -- 2.50.1