summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-sem-flush.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-sem-flush.c')
-rw-r--r--testsuites/validation/tc-sem-flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-sem-flush.c b/testsuites/validation/tc-sem-flush.c
index 59b836dba8..9a5d00b570 100644
--- a/testsuites/validation/tc-sem-flush.c
+++ b/testsuites/validation/tc-sem-flush.c
@@ -407,7 +407,7 @@ static void RtemsSemReqFlush_Post_Action_Check(
* The calling task shall flush the semaphore as specified by
* /score/tq/req/flush-fifo.
*/
- ScoreTqReqFlushFifo_Run( &ctx->tq_ctx );
+ ScoreTqReqFlushFifo_Run( &ctx->tq_ctx, false );
break;
}