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