summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-02 10:14:04 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-02 10:14:04 +0000
commitf4f215404bd38f76b45bcf97a8bf44a9caf79783 (patch)
tree021a939d7fd1fd4c0cfed38e3bdc7e5296349a0a
parent9595339f1556cb08c6537ced1acb1acb6da4bc30 (diff)
downloadmpfr-f4f215404bd38f76b45bcf97a8bf44a9caf79783.tar.gz
Reverse-merged r12182 since tests_start_mpfr disables stdout buffering,
so that the fflush() are unnecessary. (merged changeset r12183 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12184 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tabort_defalloc1.c1
-rw-r--r--tests/tabort_defalloc2.c1
-rw-r--r--tests/tabort_prec_max.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/tabort_defalloc1.c b/tests/tabort_defalloc1.c
index 0a530bfe4..b2a3f3735 100644
--- a/tests/tabort_defalloc1.c
+++ b/tests/tabort_defalloc1.c
@@ -40,7 +40,6 @@ main (int argc, char **argv)
printf ("[tabort_defalloc1] Check for good handling of abort"
" in memory function.\n");
- fflush (stdout);
mpfr_allocate_func ((size_t) -1);
tests_end_mpfr ();
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);
diff --git a/tests/tabort_prec_max.c b/tests/tabort_prec_max.c
index fda5a69b2..078082793 100644
--- a/tests/tabort_prec_max.c
+++ b/tests/tabort_prec_max.c
@@ -31,7 +31,6 @@ main (int argc, char **argv)
printf ("[tabort_prec_max] Check for good handling of abort"
" in memory function.\n");
- fflush (stdout);
mpfr_abort_prec_max ();