summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagefilledarc_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagefilledarc_variation1.phpt')
-rw-r--r--ext/gd/tests/imagefilledarc_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagefilledarc_variation1.phpt b/ext/gd/tests/imagefilledarc_variation1.phpt
index cc6e01b4ad..f17651afef 100644
--- a/ext/gd/tests/imagefilledarc_variation1.phpt
+++ b/ext/gd/tests/imagefilledarc_variation1.phpt
@@ -7,7 +7,7 @@ Edgar Ferreira da Silva <contato [at] edgarfs [dot] com [dot] br>
<?php
if (!extension_loaded("gd")) die("skip GD not present");
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--