summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug44849.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug44849.phpt')
-rw-r--r--ext/gd/tests/bug44849.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug44849.phpt b/ext/gd/tests/bug44849.phpt
index a6d162c3db..368a08a242 100644
--- a/ext/gd/tests/bug44849.phpt
+++ b/ext/gd/tests/bug44849.phpt
@@ -8,5 +8,5 @@ Bug #44849 (imagecolorclosesthwb is not available on Windows)
<?php
var_dump(function_exists('imagecolorclosesthwb'));
?>
---EXPECTF--
+--EXPECT--
bool(true)