X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnexttowardf.c;h=0cbed2f7e96ef75b50b8c34a713a84219b887b65;hb=d19c6ff9a927df8a6c6c69881bc1a93962252570;hp=d2a176295c1a6018caf41a8faafca663366ebd9d;hpb=105b3911ac2fe37478248c2917caf345d1ec0b14;p=libc-test diff --git a/src/math/nexttowardf.c b/src/math/nexttowardf.c index d2a1762..0cbed2f 100644 --- a/src/math/nexttowardf.c +++ b/src/math/nexttowardf.c @@ -1,6 +1,6 @@ #include #include -#include "util.h" +#include "mtest.h" // TODO: separate ldbl dir static struct ll_l t[] = { @@ -33,7 +33,7 @@ int main(void) y = nexttowardf(p->x, p->x2); e = fetestexcept(INEXACT|INVALID|DIVBYZERO|UNDERFLOW|OVERFLOW); - if (!checkexcept(e, p->e, p->r)) { + if (!checkexceptall(e, p->e, p->r)) { printf("%s:%d: bad fp exception: %s nexttowardf(%La,%La)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->x2, p->y, estr(p->e)); printf(" got %s\n", estr(e));