diff options
Diffstat (limited to 'tests/tabort_defalloc2.c')
-rw-r--r-- | tests/tabort_defalloc2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tabort_defalloc2.c b/tests/tabort_defalloc2.c index 57ead1241..2c058e1bb 100644 --- a/tests/tabort_defalloc2.c +++ b/tests/tabort_defalloc2.c @@ -42,7 +42,6 @@ main (int argc, char **argv) printf ("[tabort_defalloc2] Check for good handling of abort" " in memory function.\n"); - fflush (stdout); ptr = mpfr_allocate_func (128); ptr = mpfr_reallocate_func (ptr, 128, (size_t) -1); |