mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix missing newline in test output
This commit is contained in:
parent
c213442ddd
commit
4a2552c3eb
@ -1,5 +1,10 @@
|
||||
2014-07-09 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
|
||||
output.
|
||||
* sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
|
||||
(do_test): Likewise.
|
||||
|
||||
* sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
|
||||
|
||||
2014-07-09 Will Newton <will.newton@linaro.org>
|
||||
|
@ -39,7 +39,7 @@ do_test (void)
|
||||
if (t1 != t2 && t1 != t3 && t2 != t3)
|
||||
return 0;
|
||||
|
||||
printf ("Fail: timebase reads should always be different.");
|
||||
printf ("Fail: timebase reads should always be different.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -41,7 +41,7 @@ do_test (void)
|
||||
printf ("Time Base frequency = %"PRIu64" Hz\n", f);
|
||||
|
||||
if (f == 0) {
|
||||
printf ("Fail: The time base frequency can't be zero.");
|
||||
printf ("Fail: The time base frequency can't be zero.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user