summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-04 10:03:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-04 10:03:18 +0000
commit197f9deb3215028b6b69ca493679ad2e555429c8 (patch)
treef56f4f6dd45861fe87f1869e15dfe6022cbcf52d /tests
parent358d9212c7ebb29909f6c380370def04d5beed34 (diff)
downloadmpfr-197f9deb3215028b6b69ca493679ad2e555429c8.tar.gz
[tests/td_div.c] Corrected the tested function for the generic tests.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9498 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/td_div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/td_div.c b/tests/td_div.c
index 7756eecdc..9bb9108fe 100644
--- a/tests/td_div.c
+++ b/tests/td_div.c
@@ -145,7 +145,7 @@ check_nans (void)
mpfr_clear (y);
}
-#define TEST_FUNCTION mpfr_d_sub
+#define TEST_FUNCTION mpfr_d_div
#define DOUBLE_ARG1
#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
#include "tgeneric.c"