summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-06 13:44:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-06 13:44:22 +0000
commit70a4809f8413204e8a93d4384b239f3c73278eb2 (patch)
tree401595a356a41a646143d9729287eb1fabac5218 /testsuites/sptests/spfatal/task1.c
parent2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-70a4809f8413204e8a93d4384b239f3c73278eb2.tar.bz2
2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Remove obsolete test now that the numbered spfatal tests appear to cover all fatal error cases. * spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README, spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h, spfatal/task1.c: Removed.
Diffstat (limited to 'testsuites/sptests/spfatal/task1.c')
-rw-r--r--testsuites/sptests/spfatal/task1.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/testsuites/sptests/spfatal/task1.c b/testsuites/sptests/spfatal/task1.c
deleted file mode 100644
index df0ec785e5..0000000000
--- a/testsuites/sptests/spfatal/task1.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Task_1
- *
- * This routine serves as a test task. It verifies the task manager.
- *
- * Input parameters:
- * argument - task argument
- *
- * Output parameters: NONE
- *
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#include "system.h"
-
-rtems_task Task_1(
- rtems_task_argument argument
-)
-{
- puts( "\n\n*** TEST FATAL ***" );
- puts( "TA1 - exitting task" );
-}