com php-src: relax more this test: ext/date/tests/bug73837.phpt
[email protected] (Joe Watkins)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 99d2cd0a324e6592be4b68f6b007703c2c7402c1 Author: Remi Collet <[email protected]> Wed, 29 Mar 2017 07:38:40 +0200 Committer: Joe Watkins <[email protected]> Wed, 29 Mar 2017 07:54:35 +0100 Parents: f6a7f18597af8a9fd53a98a2372ab8a340621ea0 Branches: PHP-7.1.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=99d2cd0a324e6592be4b68f6b007703c2c7402c1 Log: relax more this test Changed paths: M ext/date/tests/bug73837.phpt Diff: diff --git a/ext/date/tests/bug73837.phpt b/ext/date/tests/bug73837.phpt index af47cfd..6fd12f8 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)