summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask04/task3.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask04/task3.c')
-rw-r--r--testsuites/itrontests/itrontask04/task3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask04/task3.c b/testsuites/itrontests/itrontask04/task3.c
index af47694a28..aba0c25914 100644
--- a/testsuites/itrontests/itrontask04/task3.c
+++ b/testsuites/itrontests/itrontask04/task3.c
@@ -47,6 +47,6 @@ void Task_3()
directive_failed( status, "rtems_task_wake_after in TA3" );
}
- puts( "*** ITRON TASK TEST 4 ***" );
+ puts( "*** END OF ITRON TASK TEST 4 ***" );
rtems_test_exit( 0 );
}