diff options
Diffstat (limited to 'ext/gd/tests/imagepolygon_aa.phpt')
-rw-r--r-- | ext/gd/tests/imagepolygon_aa.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/imagepolygon_aa.phpt b/ext/gd/tests/imagepolygon_aa.phpt index 9725bdabe8..e6a7dafd1d 100644 --- a/ext/gd/tests/imagepolygon_aa.phpt +++ b/ext/gd/tests/imagepolygon_aa.phpt @@ -18,7 +18,5 @@ imagepolygon($im, [10,10, 49,89, 89,49], 3, $black); test_image_equals_file(__DIR__ . DIRECTORY_SEPARATOR . 'imagepolygon_aa.png', $im); ?> -===DONE=== --EXPECT-- The images are equal. -===DONE=== |