On 01/11/2013 09:15 AM, Yan Lei wrote:
> Signed-off-by: Yan Lei <[email protected]>

Applied, thank you.

BTW, don't forget to add the file you changed before the title next time.

Wanlong Gao

> ---
>  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");
>  
> 


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 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_122412
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to