summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp42/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:30 +0000
commit90f6ea620d4fda4fdfc277ae87db7f22b70a32c5 (patch)
tree078dd3f66e613119af331a8463480b80f01c3d2a /testsuites/sptests/sp42/init.c
parent2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-90f6ea620d4fda4fdfc277ae87db7f22b70a32c5.tar.bz2
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c, sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of test messages.
Diffstat (limited to 'testsuites/sptests/sp42/init.c')
-rw-r--r--testsuites/sptests/sp42/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp42/init.c b/testsuites/sptests/sp42/init.c
index 8a836d27fd..3cd29ba95d 100644
--- a/testsuites/sptests/sp42/init.c
+++ b/testsuites/sptests/sp42/init.c
@@ -130,7 +130,7 @@ rtems_task Init(
rtems_task_argument argument
)
{
- puts( "\n\n*** SP40 ***" );
+ puts( "\n\n*** START OF TEST 40 ***" );
if ( sizeof( Priorities ) / sizeof( rtems_task_priority ) != MAX_TASKS ) {
puts( "Priorities table does not have right number of entries" );
@@ -151,7 +151,7 @@ rtems_task Init(
puts( "Exercising blocking discipline w/unblock in priority order" );
do_test( RTEMS_PRIORITY, FALSE );
- puts( "*** END OF SP40 ***" );
+ puts( "*** END OF TEST 40 ***" );
exit(0);
}