summaryrefslogtreecommitdiff
path: root/tests/tsum.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsum.c')
-rw-r--r--tests/tsum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsum.c b/tests/tsum.c
index b98508ee4..e2934d719 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -91,10 +91,10 @@ algo_exact (mpfr_t somme, mpfr_t *tab, unsigned long n, mp_prec_t f)
for (i = 0; i < n; i++)
{
if (mpfr_add(somme, somme, tab[i], GMP_RNDN))
- {
+ {
printf ("FIXME: algo_exact is buggy.\n");
exit (1);
- }
+ }
}
}