X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fldexpf.c;h=135e957e0833e3ea5af4563d1b961549cf0d6ec8;hb=517ccafc57089ac88b88050a4c7ab0ece4235e19;hp=cc0e23f5c2b1726a231fb95d325c2b595ebe01e1;hpb=3feaa322fdec8f8a45ec19a260103f11a12891e3;p=libc-test diff --git a/src/math/ldexpf.c b/src/math/ldexpf.c index cc0e23f..135e957 100644 --- a/src/math/ldexpf.c +++ b/src/math/ldexpf.c @@ -1,6 +1,6 @@ #include #include -#include "util.h" +#include "mtest.h" static struct fi_f t[] = { #include "sanity/ldexpf.h" @@ -26,7 +26,7 @@ int main(void) y = ldexpf(p->x, p->i); 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 ldexpf(%a, %lld)=%a, want %s", p->file, p->line, rstr(p->r), p->x, p->i, p->y, estr(p->e)); printf(" got %s\n", estr(e));