summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagefilter_error13.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagefilter_error13.phpt')
-rw-r--r--ext/gd/tests/imagefilter_error13.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagefilter_error13.phpt b/ext/gd/tests/imagefilter_error13.phpt
index 687d148be5..bcba260b9a 100644
--- a/ext/gd/tests/imagefilter_error13.phpt
+++ b/ext/gd/tests/imagefilter_error13.phpt
@@ -13,5 +13,5 @@ $image = imagecreatetruecolor(180, 30);
var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 800, 255, 255)); // Wrong value is truncated to 255
?>
---EXPECTF--
+--EXPECT--
bool(true)