diff options
Diffstat (limited to 'tests/tadd_fr.c')
-rw-r--r-- | tests/tadd_fr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tadd_fr.c b/tests/tadd_fr.c index 09703ea..f74b9a3 100644 --- a/tests/tadd_fr.c +++ b/tests/tadd_fr.c @@ -1,6 +1,6 @@ /* test file for mpc_add_fr. -Copyright (C) 2008 Philippe Th\'eveny +Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge This file is part of the MPC Library. @@ -60,7 +60,7 @@ check_ternary_value (mpfr_prec_t prec_max, mpfr_prec_t step) int main (void) { - DECL_CCF_FUNC (f, mpc_add_fr); + DECL_FUNC (CCF, f, mpc_add_fr); test_start (); check_ternary_value (1024, 1); |