summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask03/task1.c')
-rw-r--r--testsuites/itrontests/itrontask03/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask03/task1.c b/testsuites/itrontests/itrontask03/task1.c
index c771578972..ac7c929762 100644
--- a/testsuites/itrontests/itrontask03/task1.c
+++ b/testsuites/itrontests/itrontask03/task1.c
@@ -52,6 +52,6 @@ void Task_1()
status = rtems_task_wake_after( 5*TICKS_PER_SECOND );
directive_failed( status, "rtems_task_wake_after" );
- puts( "*** ITRON TASK TEST 3 ***" );
+ puts( "*** END OF ITRON TASK TEST 3 ***" );
rtems_test_exit( 0 );
}