summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtmtest_single/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/psxtmtest_single/init.c')
-rw-r--r--rtems-test-template/psxtmtest_single/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems-test-template/psxtmtest_single/init.c b/rtems-test-template/psxtmtest_single/init.c
index 332e7a3..d9a24a6 100644
--- a/rtems-test-template/psxtmtest_single/init.c
+++ b/rtems-test-template/psxtmtest_single/init.c
@@ -43,13 +43,13 @@ void *POSIX_Init(
)
{
- puts( "\n\n*** POSIX TIME TEST @TESTNUMR@ ***" );
+ puts( "\n\n*** POSIX TIME TEST @UPPER@ ***" );
/* XXX any required initialization goes here */
benchmark_NAME_OF_OPERATION();
- puts( "*** END OF POSIX TIME TEST @TESTNUMR@ ***" );
+ puts( "*** END OF POSIX TIME TEST @UPPER@ ***" );
rtems_test_exit(0);
}