summaryrefslogtreecommitdiff
path: root/tests/tacosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tacosh.c')
-rw-r--r--tests/tacosh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tacosh.c b/tests/tacosh.c
index c052233ae..ff82c8b2b 100644
--- a/tests/tacosh.c
+++ b/tests/tacosh.c
@@ -32,8 +32,8 @@ MA 02110-1301, USA. */
#define TEST_FUNCTION mpfr_acosh
#define TEST_RANDOM_POS 1
-#define TEST_RANDOM_EMIN 1073741822
-#define TEST_RANDOM_EMAX 1073741822
+#define TEST_RANDOM_EMIN MPFR_EMAX_MAX
+#define TEST_RANDOM_EMAX MPFR_EMAX_MAX
#define test_generic test_generic_huge
#include "tgeneric.c"