summaryrefslogtreecommitdiff
path: root/tests/tout_str.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2002-11-25 17:04:36 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2002-11-25 17:04:36 +0000
commit614ccd2fcff6e9ae112d624be458d020336a8ffb (patch)
treed7f92ad200f973f4368a8bfb12b50272664782cb /tests/tout_str.c
parent5987ad3e246b0b47bee674b3664c63cbd0ad1070 (diff)
downloadmpfr-614ccd2fcff6e9ae112d624be458d020336a8ffb.tar.gz
added one fprintf in case of error
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2091 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tout_str.c')
-rw-r--r--tests/tout_str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tout_str.c b/tests/tout_str.c
index d42ee1f70..0f1a4cfe6 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -68,6 +68,7 @@ check_large (void)
if (strcmp (s, "-12"))
{
fprintf (stderr, "Error in mpfr_get_str for x=-11.5 and rnd=GMP_RNDD\n");
+ fprintf (stderr, "got %s instead of -12\n", s);
free (s);
mpfr_clear (x);
exit (1);