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
commit6a2c3bfbeb4a339cb9224e9eaea051586b849040 (patch)
tree53986360ffac34aa1deb6c60d7b2dc20150dc615
parentfb500abe5defbd4fa517a14a7461d2126ef6eebc (diff)
testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-timeout.c
-rw-r--r--testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-timeout.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-timeout.c b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-timeout.c
index 7493f14423..3ce3da298a 100644
--- a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-timeout.c
+++ b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-timeout.c
@@ -103,14 +103,6 @@ typedef struct {
static BspSparcLeon3ValFatalShutdownTimeout_Context
BspSparcLeon3ValFatalShutdownTimeout_Instance;
-static T_fixture BspSparcLeon3ValFatalShutdownTimeout_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &BspSparcLeon3ValFatalShutdownTimeout_Instance
-};
-
static void IdleHandler( void *arg )
{
(void) arg;
@@ -136,6 +128,14 @@ RTEMS_SYSINIT_ITEM(
RTEMS_SYSINIT_ORDER_MIDDLE
);
+static T_fixture BspSparcLeon3ValFatalShutdownTimeout_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &BspSparcLeon3ValFatalShutdownTimeout_Instance
+};
+
/**
* @brief Request the second processor to wait in an infinite loop with
* maskable interrupts disabled. The test suite will only finish execution