Fix whitespace in RUN_TEST_LOOP_2_f.

This commit is contained in:
Joseph Myers 2013-05-14 21:17:19 +00:00
parent f71172e551
commit 5e90827081
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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