summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug64641.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug64641.phpt')
-rw-r--r--ext/gd/tests/bug64641.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug64641.phpt b/ext/gd/tests/bug64641.phpt
index 4eb2e28730..69f76e5719 100644
--- a/ext/gd/tests/bug64641.phpt
+++ b/ext/gd/tests/bug64641.phpt
@@ -4,7 +4,7 @@ Bug #64641 (imagefilledpolygon doesn't draw horizontal line)
<?php
if (!extension_loaded('gd')) die("skip gd extension not available\n");
if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.2', '<')) {
- die("skip test requires GD 2.2.2 or higher");
+ die("skip test requires GD 2.2.2 or higher");
}
?>
--FILE--