mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Fix function name in scalbln_test call to END.
This commit is contained in:
parent
d9c2a0fd2c
commit
e414d745ee
@ -1,5 +1,8 @@
|
||||
2013-05-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* math/libm-test.inc (scalbln_test): Correct function name in END
|
||||
call.
|
||||
|
||||
* math/libm-test.inc (struct test_f_f1_data): Add comment.
|
||||
(RUN_TEST_LOOP_fI_f1): New macro.
|
||||
(frexp_test_data): New variable.
|
||||
|
@ -13333,7 +13333,7 @@ scalbln_test (void)
|
||||
|
||||
START (scalbln);
|
||||
RUN_TEST_LOOP_fl_f (scalbln, scalbln_test_data, );
|
||||
END (scalbn);
|
||||
END (scalbln);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user