Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/tools/regression/lib/msun/test-next.c 230102 2012-01-14 08:11:40Z das $");
---
> __FBSDID("$FreeBSD: head/tools/regression/lib/msun/test-next.c 251241 2013-06-02 04:30:03Z das $");
44,45c44,45
< #define ALL_STD_EXCEPT (FE_DIVBYZERO | FE_INEXACT | FE_INVALID |\
< FE_OVERFLOW | FE_UNDERFLOW)
---
> #include "test-utils.h"
>
238c238
< if (actual != expected && !(isnan(actual) && isnan(expected))) {
---
> if (!fpequal(actual, expected)) {