summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spstkalloc02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spstkalloc02/init.c')
-rw-r--r--testsuites/sptests/spstkalloc02/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spstkalloc02/init.c b/testsuites/sptests/spstkalloc02/init.c
index 267cd5c4be..5eb7898550 100644
--- a/testsuites/sptests/spstkalloc02/init.c
+++ b/testsuites/sptests/spstkalloc02/init.c
@@ -74,7 +74,7 @@ static rtems_task Init(rtems_task_argument argument)
rtems_id id = RTEMS_ID_NONE;
int i = 0;
- puts("\n\n*** POSIX TEST STKALLOC 02 ***");
+ puts("\n\n*** TEST STKALLOC 02 ***");
print_info();
@@ -112,7 +112,7 @@ static rtems_task Init(rtems_task_argument argument)
print_info();
- puts("*** END OF POSIX TEST STKALLOC 02 ***");
+ puts("*** END OF TEST STKALLOC 02 ***");
rtems_test_exit(0);
}