diff options
Diffstat (limited to 'ext/gd/tests/bug37346.phpt')
| -rw-r--r-- | ext/gd/tests/bug37346.phpt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/gd/tests/bug37346.phpt b/ext/gd/tests/bug37346.phpt index 859518e1f..36d9c0a04 100644 --- a/ext/gd/tests/bug37346.phpt +++ b/ext/gd/tests/bug37346.phpt @@ -1,9 +1,8 @@ --TEST-- Bug #37346 (gdimagecreatefromgif, bad colormap) --SKIPIF-- -<?php - if (!extension_loaded('gd')) die("skip gd extension not available\n"); - if (!GD_BUNDLED) die('skip external GD libraries always fail'); +<?php + if (!extension_loaded('gd')) die("skip gd extension not available\n"); ?> --FILE-- <?php |
