summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug27582_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug27582_1.phpt')
-rw-r--r--ext/gd/tests/bug27582_1.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/tests/bug27582_1.phpt b/ext/gd/tests/bug27582_1.phpt
index 28db15a74f..5fe857783b 100644
--- a/ext/gd/tests/bug27582_1.phpt
+++ b/ext/gd/tests/bug27582_1.phpt
@@ -6,7 +6,6 @@ Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill colo
?>
--FILE--
<?php
-/* $id$ */
$dest = dirname(realpath(__FILE__)) . '/bug27582.png';
@unlink($dest);
$im = ImageCreateTrueColor(10, 10);