summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal07/testcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal07/testcase.h')
-rw-r--r--testsuites/sptests/spfatal07/testcase.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/testsuites/sptests/spfatal07/testcase.h b/testsuites/sptests/spfatal07/testcase.h
deleted file mode 100644
index 156f9b55e2..0000000000
--- a/testsuites/sptests/spfatal07/testcase.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Classic API Init task create failure
- *
- * COPYRIGHT (c) 1989-2011.
- * 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.
- */
-
-#define FATAL_ERROR_TEST_NAME "7"
-#define FATAL_ERROR_DESCRIPTION \
- "Core Configuration Invalid ISR stack size"
-#define FATAL_ERROR_EXPECTED_SOURCE INTERNAL_ERROR_CORE
-#define FATAL_ERROR_EXPECTED_ERROR \
- INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL
-
-#define CONFIGURE_INTERRUPT_STACK_SIZE CPU_INTERRUPT_STACK_ALIGNMENT
-
-void force_error()
-{
- /* we will not run this far */
-}