summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imageopenpolygon_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imageopenpolygon_basic.phpt')
-rw-r--r--ext/gd/tests/imageopenpolygon_basic.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/imageopenpolygon_basic.phpt b/ext/gd/tests/imageopenpolygon_basic.phpt
index 0109cf015e..b6323b4ddc 100644
--- a/ext/gd/tests/imageopenpolygon_basic.phpt
+++ b/ext/gd/tests/imageopenpolygon_basic.phpt
@@ -23,7 +23,5 @@ imageopenpolygon($im, [10,50, 25,10, 40,89, 55,10, 80,89, 90,50], 6, $blue);
test_image_equals_file(__DIR__ . DIRECTORY_SEPARATOR . 'imageopenpolygon.png', $im);
?>
-===DONE===
--EXPECT--
The images are equal.
-===DONE===