summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread03
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-21 13:46:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-21 13:46:49 +0000
commit1c2ab39caf3207f21d667f79783953609190d6dd (patch)
tree6aa7afbc269c45f31ee59abcbc089d6442dd0449 /testsuites/psxtmtests/psxtmthread03
parent2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1c2ab39caf3207f21d667f79783953609190d6dd.tar.bz2
2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Standardize start and end test messages.
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 );