mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Fix whitespace in RUN_TEST_LOOP_2_f.
This commit is contained in:
parent
f71172e551
commit
5e90827081
@ -1,5 +1,7 @@
|
||||
2013-05-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
|
||||
|
||||
* math/libm-test.inc (struct test_fF_f1_data): Change type of
|
||||
extra_test to int.
|
||||
(struct test_f_i_data): Change type of max_ulp to int.
|
||||
|
@ -1036,7 +1036,7 @@ struct test_f_i_data
|
||||
for (size_t i = 0; i < sizeof (ARRAY) / sizeof (ARRAY)[0]; i++) \
|
||||
RUN_TEST_2_f ((ARRAY)[i].test_name, FUNC_NAME, (ARRAY)[i].arg1, \
|
||||
(ARRAY)[i].arg2, (ARRAY)[i].expected, \
|
||||
(ARRAY)[i].max_ulp, (ARRAY)[i].exceptions); \
|
||||
(ARRAY)[i].max_ulp, (ARRAY)[i].exceptions); \
|
||||
ROUND_RESTORE_ ## ROUNDING_MODE
|
||||
#define RUN_TEST_ff_f RUN_TEST_2_f
|
||||
#define RUN_TEST_LOOP_ff_f RUN_TEST_LOOP_2_f
|
||||
|
Loading…
x
Reference in New Issue
Block a user