summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecreatefromstring_bmp.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecreatefromstring_bmp.phpt')
-rw-r--r--ext/gd/tests/imagecreatefromstring_bmp.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/imagecreatefromstring_bmp.phpt b/ext/gd/tests/imagecreatefromstring_bmp.phpt
index a0c8b3e57e..14d7aabede 100644
--- a/ext/gd/tests/imagecreatefromstring_bmp.phpt
+++ b/ext/gd/tests/imagecreatefromstring_bmp.phpt
@@ -22,7 +22,5 @@ $im = imagecreatefromstring($bmp);
include_once __DIR__ . '/func.inc';
test_image_equals_file(__DIR__ . '/imagecreatefromstring_bmp.png', $im);
?>
-===DONE===
--EXPECT--
The images are equal.
-===DONE===