summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-08 11:16:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-11 17:05:09 +0100
commit6b26cfa3e8cfa4ff15e52390748bd9a7976b846d (patch)
tree8ce8de9497a192e7245adecd0ebf59272da83733
parentf19f3a922cff9b8fcc251010a7a3e77639bb57da (diff)
testsuites/validation/tc-score-fatal.c
-rw-r--r--testsuites/validation/tc-score-fatal.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuites/validation/tc-score-fatal.c b/testsuites/validation/tc-score-fatal.c
index 51c2f87dfc..993676d186 100644
--- a/testsuites/validation/tc-score-fatal.c
+++ b/testsuites/validation/tc-score-fatal.c
@@ -112,14 +112,6 @@ typedef struct {
static ScoreValFatal_Context
ScoreValFatal_Instance;
-static T_fixture ScoreValFatal_Fixture = {
- .setup = NULL,
- .stop = NULL,
- .teardown = NULL,
- .scope = NULL,
- .initial_context = &ScoreValFatal_Instance
-};
-
typedef ScoreValFatal_Context Context;
static unsigned int GetFatalCounter( const Context *ctx )
@@ -239,6 +231,14 @@ static void ThreadQueueDeadlockTask( rtems_task_argument arg )
rtems_task_exit();
}
+static T_fixture ScoreValFatal_Fixture = {
+ .setup = NULL,
+ .stop = NULL,
+ .teardown = NULL,
+ .scope = NULL,
+ .initial_context = &ScoreValFatal_Instance
+};
+
/**
* @brief Construct a task with a task body which returns. Check that the
* right fatal error occurs.