summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagefilledpolygon_negative.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagefilledpolygon_negative.phpt')
-rw-r--r--ext/gd/tests/imagefilledpolygon_negative.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagefilledpolygon_negative.phpt b/ext/gd/tests/imagefilledpolygon_negative.phpt
index ced853067b..a572a195f5 100644
--- a/ext/gd/tests/imagefilledpolygon_negative.phpt
+++ b/ext/gd/tests/imagefilledpolygon_negative.phpt
@@ -1,8 +1,8 @@
--TEST--
imagefilledpolygon() with a negative num of points
--SKIPIF--
-<?php
- if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
+<?php
+ if (!function_exists('imagefilledpolygon')) die('skip imagefilledpolygon() not available');
?>
--FILE--
<?php