diff options
Diffstat (limited to 'ext/gd/tests/bug43475.phpt')
-rw-r--r-- | ext/gd/tests/bug43475.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/bug43475.phpt b/ext/gd/tests/bug43475.phpt index 9264299181..71c567570a 100644 --- a/ext/gd/tests/bug43475.phpt +++ b/ext/gd/tests/bug43475.phpt @@ -2,10 +2,10 @@ Bug #43475 (Thick styled lines have scrambled patterns) --SKIPIF-- <?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"); - } + 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"); + } ?> --FILE-- <?php |