diff options
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index cc86e3a1c4..49871618f0 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -6040,9 +6040,7 @@ static const struct test_c_c_data cexp_test_data[] = static void cexp_test (void) { - START (cexp,, 0); - RUN_TEST_LOOP_c_c (cexp, cexp_test_data, ); - END_COMPLEX; + ALL_RM_TEST (cexp, 0, cexp_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX); } |