diff options
author | Derick Rethans <derick@php.net> | 2011-12-12 12:57:46 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2011-12-12 12:57:46 +0000 |
commit | 9cbf9472b6f0c3646762409db1ea61d44715fa6e (patch) | |
tree | 34c17e4ce817a20d0e24a119c0327f0f79cc1b9a | |
parent | 74d2b2f0bda5ec7b20002f9bf85b64d1e4244175 (diff) | |
download | php-git-9cbf9472b6f0c3646762409db1ea61d44715fa6e.tar.gz |
This test should no longer fail, and is perfectly okay for Linux to test on too.
-rw-r--r-- | ext/date/tests/DateInterval_format_a.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/date/tests/DateInterval_format_a.phpt b/ext/date/tests/DateInterval_format_a.phpt index d095db56b3..48c6cc1675 100644 --- a/ext/date/tests/DateInterval_format_a.phpt +++ b/ext/date/tests/DateInterval_format_a.phpt @@ -8,10 +8,7 @@ date.timezone=UTC --SKIPIF-- <?php 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-- <?php |