summaryrefslogtreecommitdiff
path: root/ext/bcmath/tests/bug46781.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/tests/bug46781.phpt')
-rw-r--r--ext/bcmath/tests/bug46781.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bug46781.phpt b/ext/bcmath/tests/bug46781.phpt
index caffe83860..d9e4fe5111 100644
--- a/ext/bcmath/tests/bug46781.phpt
+++ b/ext/bcmath/tests/bug46781.phpt
@@ -9,8 +9,6 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension is not available');
var_dump(bcadd('-0.0', '-0.0', 1));
var_dump(bccomp('-0.0', '0', 1));
?>
-===DONE===
--EXPECT--
string(3) "0.0"
int(0)
-===DONE===