summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-task-construct.c')
-rw-r--r--testsuites/validation/tc-task-construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-task-construct.c b/testsuites/validation/tc-task-construct.c
index 8f82db8b54..5a7ca4f497 100644
--- a/testsuites/validation/tc-task-construct.c
+++ b/testsuites/validation/tc-task-construct.c
@@ -291,7 +291,7 @@ typedef struct {
* @brief If this member is true, then the zombie thread is ready to get
* killed.
*/
- volatile bool zombie_ready;;
+ volatile bool zombie_ready;
/**
* @brief This member contains the actual modes of the constructed task.