summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 22:15:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 22:15:42 +0000
commit713b2eac2fdb0a40056ddb8eb00250541df0a3b2 (patch)
treea88d3468a7253a6ac9fb4818b8b1a91c074db50d /testsuites/itrontests/itrontask03/task1.c
parentCorrected to account for the way memory is divided up in (diff)
downloadrtems-713b2eac2fdb0a40056ddb8eb00250541df0a3b2.tar.bz2
General cleanup. Test documentation improved. The message buffer test
prints a message instead of actually testing since the message buffer implementation is not in yet.
Diffstat (limited to '')
-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 30a6078956..7c9ea52060 100644
--- a/testsuites/itrontests/itrontask03/task1.c
+++ b/testsuites/itrontests/itrontask03/task1.c
@@ -38,7 +38,7 @@ void Task_1()
puts( "TA1 - chg_pri - set TA3's priority to 2" );
- puts( "TA1 - rtems_task_suspend - suspend TA2" );
+ puts( "TA1 - sus_tsk - suspend TA2" );
status = sus_tsk( TA2_ID );
directive_failed( status, "sus_tsk of TA2" );