X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsanity.c;fp=src%2Fmath%2Fsanity.c;h=a6661bac3e0ee5723a42dd4ec18976af5089b83f;hb=fd193e86fbec3f80e84892de21165f608adebd5e;hp=e765987d5ac38ccc8784b4e0ea68f16e294591f8;hpb=bed26db89037d70a6a422bb488ed08030a8e381b;p=libc-test diff --git a/src/math/sanity.c b/src/math/sanity.c index e765987..a6661ba 100644 --- a/src/math/sanity.c +++ b/src/math/sanity.c @@ -56,7 +56,7 @@ static int checkl(long double a, long double b) error("%s got %lld want %lld\n", #fx, yy, y); \ }while(0) -int test_math_sanity() +void test_math_sanity() { int i; double q; @@ -248,6 +248,4 @@ D(y1(0.7), -0x1.1a6e956728d35p+0); F(y1f(0.7f), -0x1.1a6e96p+0); D(yn(2, 0.7), -0x1.7b11b25df166ep+1); F(ynf(2, 0.7f), -0x1.7b11b4p+1); - - return 0; }