summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocate_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocate_basic.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocate_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagecolorallocate_basic.phpt b/ext/gd/tests/imagecolorallocate_basic.phpt
index 25b2821485..22efeb60e9 100644
--- a/ext/gd/tests/imagecolorallocate_basic.phpt
+++ b/ext/gd/tests/imagecolorallocate_basic.phpt
@@ -26,7 +26,7 @@ var_dump( imagecolorallocate($im, 0, 0, 255) );
var_dump( imagecolorallocate($im, 255, 255, 255) );
?>
===DONE===
---EXPECTF--
+--EXPECT--
*** Testing imagecolorallocate() : basic functionality ***
int(16711680)
int(65280)