From 713b2eac2fdb0a40056ddb8eb00250541df0a3b2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Nov 1999 22:15:42 +0000 Subject: 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. --- testsuites/itrontests/itrontask03/task1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/itrontests/itrontask03/task1.c') 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" ); -- cgit v1.2.3