summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtmtest_unblocking_preempt/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/psxtmtest_unblocking_preempt/init.c')
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/init.c b/rtems-test-template/psxtmtest_unblocking_preempt/init.c
index 6af709a..b92d709 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/init.c
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/init.c
@@ -43,7 +43,7 @@ void *Low(
0
);
- puts( "*** END OF POSIX TIME TEST XXX @TESTNUM@ ***" );
+ puts( "*** END OF POSIX TIME TEST @UPPER@ ***" );
rtems_test_exit( 0 );
return NULL;
}
@@ -79,7 +79,7 @@ void *POSIX_Init(
pthread_attr_t attr;
struct sched_param param;
- puts( "\n\n*** POSIX TIME TEST XXX @TESTNUM@ ***" );
+ puts( "\n\n*** POSIX TIME TEST @UPPER@ ***" );
/*
* Deliberately create the XXX BEFORE the threads. This way the