summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagegammacorrect_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagegammacorrect_basic.phpt')
-rw-r--r--ext/gd/tests/imagegammacorrect_basic.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/imagegammacorrect_basic.phpt b/ext/gd/tests/imagegammacorrect_basic.phpt
index 0e3203e985..449363f8e6 100644
--- a/ext/gd/tests/imagegammacorrect_basic.phpt
+++ b/ext/gd/tests/imagegammacorrect_basic.phpt
@@ -5,10 +5,10 @@ Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--SKIPIF--
<?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");
- }
+ 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");
+ }
?>
--FILE--
<?php