summaryrefslogtreecommitdiff
path: root/tests/tadd_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tadd_ui.c')
-rw-r--r--tests/tadd_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index 8c2428c45..27c51ef05 100644
--- a/tests/tadd_ui.c
+++ b/tests/tadd_ui.c
@@ -28,7 +28,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
/* checks that x+y gives the right results with 53 bits of precision */
static void
-check3 (const char *xs, unsigned long y, mp_rnd_t rnd_mode, const char *zs)
+check3 (const char *xs, unsigned long y, mpfr_rnd_t rnd_mode, const char *zs)
{
mpfr_t xx, zz;