summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp28/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp28/init.c')
-rw-r--r--testsuites/sptests/sp28/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp28/init.c b/testsuites/sptests/sp28/init.c
index eb1c2e742d..7ecc9031b7 100644
--- a/testsuites/sptests/sp28/init.c
+++ b/testsuites/sptests/sp28/init.c
@@ -81,7 +81,7 @@ subtask (rtems_task_argument arg)
while (nRunning)
rtems_task_wake_after(0);
- puts("*** END OF TEST SP28 ***" );
+ puts("*** END OF TEST 28 ***" );
rtems_test_exit(0);
}
@@ -344,7 +344,7 @@ void test_delete_as_side_effect(void)
rtems_task Init (rtems_task_argument ignored)
{
- puts("*** START OF TEST SP28 ***" );
+ puts("*** START OF TEST 28 ***" );
test_errors();