summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-07-31 09:01:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-07-31 09:01:08 +0000
commitd417419d1e652edcd77ea1e40b02d823429be2d4 (patch)
treedc5c3591d3da2c14f23247c79d753885e0ef4aff
parent4303541d803b586a96813152c926e83b425d4557 (diff)
downloadmpfr-d417419d1e652edcd77ea1e40b02d823429be2d4.tar.gz
[tests/tversion.c] Updated comment about missing output from the
first printf with i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO and run under Wine (issue not reproducible). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12969 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tversion.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tversion.c b/tests/tversion.c
index 8f6c072e7..01f78cd5a 100644
--- a/tests/tversion.c
+++ b/tests/tversion.c
@@ -47,7 +47,8 @@ main (void)
/*********************** MPFR version and patches ************************/
/* With i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO and run under Wine,
- the following line is not output. Let's try to detect the error. */
+ the following line was not output. This is not reproducible. Let's try
+ to detect the error in case this happens again. */
if (printf ("[tversion] MPFR %s\n", MPFR_VERSION_STRING) < 0)
{
perror ("tversion (first printf)");