summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask01/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 14:49:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 14:49:47 +0000
commit3136f5c9173a9952ef36dd4f67b9575bcc44d98c (patch)
treeea35fd34746f1e2b9f385971f38575cdbcdfb092 /testsuites/itrontests/itrontask01/task1.c
parentAdded per task variables based on patch from Eric Norum <eric@cls.usask.ca>. (diff)
downloadrtems-3136f5c9173a9952ef36dd4f67b9575bcc44d98c.tar.bz2
Test name changed to reflect placement after merger.
Increased stack space.
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itrontask01/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c
index 2df961c35c..f294e72219 100644
--- a/testsuites/itrontests/itrontask01/task1.c
+++ b/testsuites/itrontests/itrontask01/task1.c
@@ -41,7 +41,7 @@ void Task_2_through_4()
directive_failed( status, "rtems_clock_get" );
if ( time.second >= 35 ) {
- puts( "*** END OF ITRON TEST 3 ***" );
+ puts( "*** END OF ITRON TASK TEST 1 ***" );
exit( 0 );
}