diff options
Diffstat (limited to 'tests/tsub1sp.c')
-rw-r--r-- | tests/tsub1sp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c index 3983a9f6a..3e36a3369 100644 --- a/tests/tsub1sp.c +++ b/tests/tsub1sp.c @@ -470,7 +470,7 @@ void check_special(void) STD_ERROR2; es = mpfr_get_emin (); - mpfr_set_emin (-1024); + set_emin (-1024); mpfr_set_str_binary (y, "0.10000000000000000000000000000000" @@ -498,7 +498,7 @@ void check_special(void) if (inexact1 != inexact2) STD_ERROR2; - mpfr_set_emin(es); + set_emin (es); } |