summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/task1.c')
-rw-r--r--testsuites/sptests/sp09/task1.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/testsuites/sptests/sp09/task1.c b/testsuites/sptests/sp09/task1.c
deleted file mode 100644
index 7fce5c66a7..0000000000
--- a/testsuites/sptests/sp09/task1.c
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Task_1
- *
- * This task generates all possible errors for the RTEMS executive.
- *
- * 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.org/license/LICENSE.
- */
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include "system.h"
-
-rtems_task Task_1(
- rtems_task_argument argument
-)
-{
- Screen1();
- rtems_test_pause_and_screen_number( 2 );
-
- Screen2();
-
- TEST_END();
-
- rtems_test_exit( 0 );
-}