summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxrwlock01/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxrwlock01/test.c')
-rw-r--r--testsuites/psxtests/psxrwlock01/test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxrwlock01/test.c b/testsuites/psxtests/psxrwlock01/test.c
index 2305d6799f..270e512a55 100644
--- a/testsuites/psxtests/psxrwlock01/test.c
+++ b/testsuites/psxtests/psxrwlock01/test.c
@@ -164,10 +164,6 @@ int main(
status = pthread_rwlock_init(NULL, &attr);
assert( status == EINVAL );
- puts( "pthread_rwlock_init(&rwlock, NULL) -- EINVAL" );
- status = pthread_rwlock_init(&rwlock, NULL);
- assert( status == EINVAL );
-
puts( "pthread_rwlock_destroy(NULL) -- EINVAL" );
status = pthread_rwlock_destroy(NULL);
assert( status == EINVAL );