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-11 17:05:09 +0100
commita6ae9675f335fea64ce0d905492acc7f331aff2b (patch)
tree6fcc251cab7a51fa835cf74eee85731a814833ed
parente1ad66d679f170dfffd1c673fb3536e5385dad90 (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().
*/