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-09 15:47:12 +0100
commitfb500abe5defbd4fa517a14a7461d2126ef6eebc (patch)
treeea6f5c9ac33f6c8d84ae78670a2e548ce6a68cf2
parentcc950dde7685652c392bb812ad714c01029aead1 (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.