summaryrefslogtreecommitdiff
path: root/tests/tasin.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tasin.c')
-rw-r--r--tests/tasin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tasin.c b/tests/tasin.c
index 674fa035d..da1a29f95 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -47,8 +47,8 @@ main (void)
mpfr_neg (z, z, GMP_RNDN);
if (mpfr_cmp (y, z))
{
- fprintf (stderr, "sin(-1) is wrong, expected %.20e, got %.20e\n",
- mpfr_get_d1 (z), mpfr_get_d1 (y));
+ printf ("sin(-1) is wrong, expected %.20e, got %.20e\n",
+ mpfr_get_d1 (z), mpfr_get_d1 (y));
exit (1);
}