summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread03
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread03')
-rw-r--r--testsuites/psxtmtests/psxtmthread03/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmthread03/init.c b/testsuites/psxtmtests/psxtmthread03/init.c
index 2516ce972e..2b1f0e7c1e 100644
--- a/testsuites/psxtmtests/psxtmthread03/init.c
+++ b/testsuites/psxtmtests/psxtmthread03/init.c
@@ -45,7 +45,7 @@ void *Low(
0
);
- puts( "*** END OF POSIX TIME TEST TM02 ***" );
+ puts( "*** END OF POSIX TIME TEST PSXTMTHREAD03 ***" );
rtems_test_exit( 0 );
return NULL;
}
@@ -74,7 +74,7 @@ void *POSIX_Init(
int status;
pthread_t threadId;
- puts( "\n\n*** POSIX TIME TEST TM02 ***" );
+ puts( "\n\n*** POSIX TIME TEST PSXTMTHREAD03 ***" );
for ( i=0 ; i < OPERATION_COUNT - 1 ; i++ ) {
status = pthread_create( &threadId, NULL, Middle, NULL );