On 01/11/2013 09:15 AM, Yan Lei wrote: > Signed-off-by: Yan Lei <[email protected]> > --- > testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c > b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c > index fbefa7b..5828ed2 100644 > --- a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c > +++ b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c > @@ -48,7 +48,7 @@ int main(void) > } > > if (pa == MAP_FAILED) > - printf("Test FAILED: Expected EINVAL got %s", strerror(errno)); > + printf("Test FAILED: Expected EINVAL got %s\n", > strerror(errno)); > else > printf("Test FAILED: mmap() succedded unexpectedly\n"); > > Reviewed-by: Caspar Zhang <[email protected]>
------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
