summaryrefslogtreecommitdiff
path: root/tests/tasin.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 16:35:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 16:35:19 +0000
commitbab5aab404897a12fe1c87734ebf2aa270b9b73b (patch)
tree73ab96f558e7e0b4ef371902ead983189184a0f7 /tests/tasin.c
parent8328a51518450ad8ddb86e38e7952e28065ff22a (diff)
downloadmpfr-bab5aab404897a12fe1c87734ebf2aa270b9b73b.tar.gz
Converted tabs to spaces with expand.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
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);