summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/date/tests/bug73837.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug73837.phpt b/ext/date/tests/bug73837.phpt
index af47cfd7ab..6fd12f8c25 100644
--- a/ext/date/tests/bug73837.phpt
+++ b/ext/date/tests/bug73837.phpt
@@ -12,7 +12,7 @@ for ( $i = 0; $i < 1000; $i++ )
}
var_dump($n = count( $collect ));
-echo ( $n > 900 ) ? "microseconds differ\n" : "microseconds do not differ enough\n";
+echo ( $n > 800 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
?>
--EXPECTF--
int(%d)