summaryrefslogtreecommitdiff
path: root/tests/tcmp_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/tcmp_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/tcmp_d.c')
-rw-r--r--tests/tcmp_d.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/tcmp_d.c b/tests/tcmp_d.c
index f7f74449d..1fc00c54e 100644
--- a/tests/tcmp_d.c
+++ b/tests/tcmp_d.c
@@ -75,8 +75,9 @@ main (void)
{
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);
}
@@ -87,8 +88,9 @@ main (void)
{
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);
}