summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-08 11:16:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-11 17:05:09 +0100
commitfbe05c3af7afde134e09e9bfc231a2c43fb8198f (patch)
tree5e0a9f6b69332fec864497a8a3c98851cfa5b559
parentbb7dc30268f3f1583bf55746db0c09cc1b96077a (diff)
testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
-rw-r--r--testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
index c6f22c2523..42c510b8fa 100644
--- a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
+++ b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
@@ -106,14 +106,6 @@ typedef struct {
static BspSparcLeon3ValFatalShutdownResponse_Context
BspSparcLeon3ValFatalShutdownResponse_Instance;
-static T_fixture BspSparcLeon3ValFatalShutdownResponse_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &BspSparcLeon3ValFatalShutdownResponse_Instance
-};
-
static void TriggerTestCase( void )
{
rtems_fatal( RTEMS_FATAL_SOURCE_APPLICATION, 123456 );
@@ -125,6 +117,14 @@ RTEMS_SYSINIT_ITEM(
RTEMS_SYSINIT_ORDER_MIDDLE
);
+static T_fixture BspSparcLeon3ValFatalShutdownResponse_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &BspSparcLeon3ValFatalShutdownResponse_Instance
+};
+
/**
* @brief Request an SMP shutdown on the second processor and wait for a power
* down of this processor.