summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm01
diff options
context:
space:
mode:
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-- ) {