summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup/psxcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcleanup/psxcleanup.c')
-rw-r--r--testsuites/psxtests/psxcleanup/psxcleanup.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuites/psxtests/psxcleanup/psxcleanup.c b/testsuites/psxtests/psxcleanup/psxcleanup.c
index 568e897a76..123e76692c 100644
--- a/testsuites/psxtests/psxcleanup/psxcleanup.c
+++ b/testsuites/psxtests/psxcleanup/psxcleanup.c
@@ -250,13 +250,6 @@ void *POSIX_Init(
sleep(1);
- /*************** ERROR CASES ***************/
- puts("Call pthread_cleanup_push with NULL handler");
- pthread_cleanup_push(NULL, NULL);
-
- puts("Call pthread_cleanup_pop with no push");
- pthread_cleanup_pop(1);
-
/*************** END OF TEST *****************/
puts( "*** END OF POSIX CLEANUP TEST ***\n" );
rtems_test_exit(0);