summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-08 11:16:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-09 15:47:12 +0100
commit0baad9bd40d6efe2e82751409f31ec1557f9089d (patch)
treeb049c8a0f995d9a26e9e2cc06cbe1213161f3300
parent6a2c3bfbeb4a339cb9224e9eaea051586b849040 (diff)
testsuites/validation/tr-fatal-smp.c
-rw-r--r--testsuites/validation/tr-fatal-smp.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tr-fatal-smp.c b/testsuites/validation/tr-fatal-smp.c
index f71936049f..425a95ade0 100644
--- a/testsuites/validation/tr-fatal-smp.c
+++ b/testsuites/validation/tr-fatal-smp.c
@@ -115,14 +115,6 @@ typedef struct {
static ScoreSmpValFatal_Context
ScoreSmpValFatal_Instance;
-static T_fixture ScoreSmpValFatal_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &ScoreSmpValFatal_Instance
-};
-
static void TriggerTestCase( void )
{
_SMP_Request_shutdown();
@@ -170,6 +162,14 @@ Per_CPU_Job job = {
.context = &job_context
};
+static T_fixture ScoreSmpValFatal_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &ScoreSmpValFatal_Instance
+};
+
/**
* @brief The test action is carried out by TriggerTestCase().
*/