summaryrefslogtreecommitdiff
path: root/tests/tasin.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tasin.c')
-rw-r--r--tests/tasin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tasin.c b/tests/tasin.c
index 6be9044ed..77a6511cc 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -178,7 +178,7 @@ special_overflow (void)
mpfr_set_str_binary (x, "0.101100100000000000110100E0");
mpfr_asin (y, x, GMP_RNDN);
if (mpfr_cmp_str (y, "0.110001001101001111110000010110001000111011001000E0",
- 2, GMP_RNDN))
+ 2, GMP_RNDN))
{
printf("Special Overflow error.\n");
mpfr_dump (y);