diff options
Diffstat (limited to 'math/test-tgmath-ret.c')
-rw-r--r-- | math/test-tgmath-ret.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/test-tgmath-ret.c b/math/test-tgmath-ret.c index 9f535b9774..d7bcb5c1b2 100644 --- a/math/test-tgmath-ret.c +++ b/math/test-tgmath-ret.c @@ -61,6 +61,7 @@ check_return_ ##func (void) \ } CHECK_RET_CONST(ilogb, int) +CHECK_RET_CONST(llogb, long) CHECK_RET_CONST(lrint, long) CHECK_RET_CONST(lround, long) CHECK_RET_CONST(llrint, long long) @@ -70,6 +71,7 @@ static int do_test (void) { check_return_ilogb (); + check_return_llogb (); check_return_lrint (); check_return_lround (); check_return_llrint (); |