summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask04/task3.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:44:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:44:17 +0000
commit8247be669e021d7101aea3338f1fb7c5dc3db840 (patch)
treed488922ff0301f656bf650c74c13d9dd7872c67e /testsuites/itrontests/itrontask04/task3.c
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8247be669e021d7101aea3338f1fb7c5dc3db840.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c, itrontask03/itrontask03.scn, itrontask03/task1.c, itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
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 );
}