From 3f42f12c9f7f87aff6f01b4ff0a52bff1b2c9c29 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 May 2011 16:46:00 +0000 Subject: 2011-05-05 Joel Sherrill * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm15/task1.c: Remove warnings. --- testsuites/tmtests/tm01/task1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/tmtests/tm01/task1.c') diff --git a/testsuites/tmtests/tm01/task1.c b/testsuites/tmtests/tm01/task1.c index 11c746b4b2..4d3d9ec2e6 100644 --- a/testsuites/tmtests/tm01/task1.c +++ b/testsuites/tmtests/tm01/task1.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2009. + * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -115,6 +115,7 @@ rtems_task Test_task( RTEMS_NO_PRIORITY, &smid ); + directive_failed( status, "rtems_task_create of TA1" ); for ( iterations=OPERATION_COUNT ; iterations ; iterations-- ) { -- cgit v1.2.3