From d2ff9ff591fb0d9142017faf6e1bb1af5fdb7595 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 13 Sep 2011 16:21:24 +0000 Subject: [PATCH] - test passes now (and VC6 is not supported anymore) --- ext/date/tests/DateInterval_format_a.phpt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/date/tests/DateInterval_format_a.phpt b/ext/date/tests/DateInterval_format_a.phpt index d095db56b3..b6766448e1 100644 --- a/ext/date/tests/DateInterval_format_a.phpt +++ b/ext/date/tests/DateInterval_format_a.phpt @@ -10,8 +10,6 @@ date.timezone=UTC if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist"); if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only"); ?> ---XFAIL-- -Windows VC6 libs' floor()/ceil() choke on floats --FILE--