summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug22544.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug22544.phpt')
-rw-r--r--ext/gd/tests/bug22544.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/bug22544.phpt b/ext/gd/tests/bug22544.phpt
index c7b1e91966..3aca54df97 100644
--- a/ext/gd/tests/bug22544.phpt
+++ b/ext/gd/tests/bug22544.phpt
@@ -2,9 +2,9 @@
Bug #22544 (TrueColor transparency in PNG images).
--SKIPIF--
<?php
- if (!extension_loaded('gd')) {
- die("skip gd extension not available\n");
- }
+ if (!extension_loaded('gd')) {
+ die("skip gd extension not available\n");
+ }
?>
--FILE--
<?php