summaryrefslogtreecommitdiffstats
path: root/spec/score/tq/req/enqueue-ceiling.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/score/tq/req/enqueue-ceiling.yml')
-rw-r--r--spec/score/tq/req/enqueue-ceiling.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/score/tq/req/enqueue-ceiling.yml b/spec/score/tq/req/enqueue-ceiling.yml
index 079c7e4e..27361379 100644
--- a/spec/score/tq/req/enqueue-ceiling.yml
+++ b/spec/score/tq/req/enqueue-ceiling.yml
@@ -239,7 +239,7 @@ test-context:
equal to an eligible scheduler of the enqueueing thread.
description: null
member: |
- rtems_task_priority priority;
+ rtems_task_priority priority
- brief: |
If this member is true, then a thread those eligible schedulers are
ineligible scheduler to the enqueueing task should be enqueued before a
@@ -247,7 +247,7 @@ test-context:
enqueueing thread.
description: null
member: |
- size_t other_before;
+ size_t other_before
- brief: |
If this member is true, then a thread those eligible schedulers are
ineligible scheduler to the enqueueing task should be enqueued after a
@@ -255,7 +255,7 @@ test-context:
enqueueing thread.
description: null
member: |
- size_t other_after;
+ size_t other_after
test-context-support: null
test-description: null
test-header:
@@ -274,7 +274,7 @@ test-header:
test-includes: []
test-local-includes:
- tr-tq-enqueue-ceiling.h
-test-prepare:
+test-prepare: |
ctx->priority = PRIO_PSEUDO_ISR;
ctx->other_before = false;
ctx->other_after = false;