summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:46:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-05 16:46:00 +0000
commit3f42f12c9f7f87aff6f01b4ff0a52bff1b2c9c29 (patch)
treef24c1e36eb74adefe5845adbc583f7377d37e3d6 /testsuites/tmtests/tm01
parent2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3f42f12c9f7f87aff6f01b4ff0a52bff1b2c9c29.tar.bz2
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm15/task1.c: Remove warnings.
Diffstat (limited to 'testsuites/tmtests/tm01')
-rw-r--r--testsuites/tmtests/tm01/task1.c3
1 files changed, 2 insertions, 1 deletions
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-- ) {