summaryrefslogtreecommitdiff
path: root/tests/tset_d.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-01-19 22:44:45 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-01-19 22:44:45 +0000
commitfe1447a16c3ae253e7a1b9d0124754da25bcba57 (patch)
treeed1ab2b02c3aa4e63232df5549df5db07ffd28cf /tests/tset_d.c
parentc1bd38a09a86a3365dc7d33dedcac242bfc72c2b (diff)
downloadmpfr-fe1447a16c3ae253e7a1b9d0124754da25bcba57.tar.gz
tests/tcmp_d.c, tests/tcmp_ld.c, tests/tset_d.c: corrected message.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5866 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tset_d.c')
-rw-r--r--tests/tset_d.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/tset_d.c b/tests/tset_d.c
index e88ab413a..9cc3697fb 100644
--- a/tests/tset_d.c
+++ b/tests/tset_d.c
@@ -70,8 +70,9 @@ main (int argc, char *argv[])
{
printf ("ERROR for NAN (1)\n");
#ifdef MPFR_NANISNAN
- printf ("The reason is that NAN == NAN. Please look at the configure\n"
- "output and Section \"In case of problem\" the INSTALL file.\n");
+ printf ("The reason is that NAN == NAN. Please look at the configure "
+ "output\nand Section \"In case of problem\" of the INSTALL "
+ "file.\n");
#endif
exit (1);
}
@@ -81,8 +82,9 @@ main (int argc, char *argv[])
{
printf ("ERROR for NAN (2)\n");
#ifdef MPFR_NANISNAN
- printf ("The reason is that NAN == NAN. Please look at the configure\n"
- "output and Section \"In case of problem\" the INSTALL file.\n");
+ printf ("The reason is that NAN == NAN. Please look at the configure "
+ "output\nand Section \"In case of problem\" of the INSTALL "
+ "file.\n");
#endif
exit (1);
}