summaryrefslogtreecommitdiff
path: root/mpfr/tests/tsub_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/tests/tsub_ui.c')
-rw-r--r--mpfr/tests/tsub_ui.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpfr/tests/tsub_ui.c b/mpfr/tests/tsub_ui.c
index c6e7e5998..532817c13 100644
--- a/mpfr/tests/tsub_ui.c
+++ b/mpfr/tests/tsub_ui.c
@@ -91,10 +91,10 @@ check_two_sum (mp_prec_t p)
fprintf (stderr, "Wrong inexact flag for prec=%u, rnd=%s\n", (unsigned)p,
mpfr_print_rnd_mode (rnd));
printf ("x=%u\n", x);
- printf ("y="); mpfr_print_binary(y); putchar('\n');
- printf ("u="); mpfr_print_binary(u); putchar('\n');
- printf ("v="); mpfr_print_binary(v); putchar('\n');
- printf ("w="); mpfr_print_binary(w); putchar('\n');
+ printf ("y="); mpfr_print_binary(y); puts ("");
+ printf ("u="); mpfr_print_binary(u); puts ("");
+ printf ("v="); mpfr_print_binary(v); puts ("");
+ printf ("w="); mpfr_print_binary(w); puts ("");
printf ("inexact = %d\n", inexact);
exit (1);
}