diff options
Diffstat (limited to 'math/libm-test-support.c')
-rw-r--r-- | math/libm-test-support.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libm-test-support.c b/math/libm-test-support.c index 07b8f25ee9..7612d394d6 100644 --- a/math/libm-test-support.c +++ b/math/libm-test-support.c @@ -732,8 +732,8 @@ check_float (const char *test_name, FLOAT computed, FLOAT expected, void -check_complex (const char *test_name, __complex__ FLOAT computed, - __complex__ FLOAT expected, +check_complex (const char *test_name, CFLOAT computed, + CFLOAT expected, int exception) { FLOAT part_comp, part_exp; |