summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp72
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp72')
-rw-r--r--testsuites/sptests/sp72/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/sp72/init.c b/testsuites/sptests/sp72/init.c
index fe41e92194..ad053ea094 100644
--- a/testsuites/sptests/sp72/init.c
+++ b/testsuites/sptests/sp72/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -30,6 +30,8 @@ rtems_task Test_task(
RTEMS_DEFAULT_OPTIONS,
rtems_clock_get_ticks_per_second() * 10
);
+ directive_failed( status, "obtain" );
+
}
rtems_task Init(