summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxkey01/init.c')
-rw-r--r--testsuites/psxtests/psxkey01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxkey01/init.c b/testsuites/psxtests/psxkey01/init.c
index 1213ff582d..640f496c7d 100644
--- a/testsuites/psxtests/psxkey01/init.c
+++ b/testsuites/psxtests/psxkey01/init.c
@@ -43,12 +43,12 @@ void *POSIX_Init(
printf( "Init's ID is 0x%08" PRIxpthread_t "\n", Init_id );
Allocate_majority_of_workspace(84);
-
+
puts("Init: pthread_key_create - ENOMEM (Workspace not available)");
empty_line();
status = pthread_key_create( &Key_id[0], Key_destructor );
fatal_directive_check_status_only( status, ENOMEM, "no workspace available" );
-
+
puts( "*** END OF POSIX KEY 01 TEST ***" );
rtems_test_exit( 0 );