From 4bd2f802a93a5724c99fed9caafcbae9ccf41ac0 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Fri, 14 Dec 2018 00:53:11 +0530 Subject: Some minor fix on psxhdrs --- testsuites/psxtests/psxhdrs/strings/bcopy.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'testsuites/psxtests/psxhdrs/strings/bcopy.c') diff --git a/testsuites/psxtests/psxhdrs/strings/bcopy.c b/testsuites/psxtests/psxhdrs/strings/bcopy.c index 8f7f31db98..26cca2f479 100644 --- a/testsuites/psxtests/psxhdrs/strings/bcopy.c +++ b/testsuites/psxtests/psxhdrs/strings/bcopy.c @@ -38,15 +38,12 @@ int test( void ); -int result = 1; - int test( void ) { auto char buffer[50]; bcopy( "Hello ", buffer, 6 ); bcopy( "world", &buffer[6], 6 ); - result = 0; - return result; + return 0; } -- cgit v1.2.3