From bb2ec1c7907d1231da2778bb75e1fa6a44ae73cc Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 13 Sep 2007 19:58:26 +0000 Subject: [PATCH] fix test, particularly when running with valgrind, bacause it may take more than one second to execute both instructions and thus get different dates --- ext/date/tests/bug35885.phpt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/date/tests/bug35885.phpt b/ext/date/tests/bug35885.phpt index 60fc2ca695..b3074f7f34 100644 --- a/ext/date/tests/bug35885.phpt +++ b/ext/date/tests/bug35885.phpt @@ -4,8 +4,9 @@ Bug #35885 (strtotime("NOW") no longer works)