summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/round_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/round_basic.phpt')
-rw-r--r--ext/standard/tests/math/round_basic.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/math/round_basic.phpt b/ext/standard/tests/math/round_basic.phpt
index d6b927f2d5..912529433e 100644
--- a/ext/standard/tests/math/round_basic.phpt
+++ b/ext/standard/tests/math/round_basic.phpt
@@ -44,7 +44,6 @@ for ($i = 0; $i < count($values); $i++) {
}
}
?>
-===Done===
--EXPECT--
*** Testing round() : basic functionality ***
round: 123456789
@@ -164,4 +163,3 @@ round: 2.3456789e8
...with precision -> float(234567890)
...with precision 1-> float(234567890)
...with precision -> float(234567890)
-===Done===