summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/construct-errors.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-08 09:18:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-08 11:07:03 +0100
commite2a63ed1e22059fb8d9cab154b70d2102ea82620 (patch)
treeff81fdca28fc6fbe6b4022240a39b80a20c0c1f4 /spec/rtems/task/req/construct-errors.yml
parentspec: Use common wording (diff)
downloadrtems-central-e2a63ed1e22059fb8d9cab154b70d2102ea82620.tar.bz2
spec: Use common wording
Diffstat (limited to 'spec/rtems/task/req/construct-errors.yml')
-rw-r--r--spec/rtems/task/req/construct-errors.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/task/req/construct-errors.yml b/spec/rtems/task/req/construct-errors.yml
index ba47811c..70ba7404 100644
--- a/spec/rtems/task/req/construct-errors.yml
+++ b/spec/rtems/task/req/construct-errors.yml
@@ -191,7 +191,8 @@ pre-conditions:
test-code: |
ctx->config.initial_priority = 254;
text: |
- The initial priority of the task configuration shall be valid.
+ The initial priority of the task configuration shall be valid and
+ non-zero.
- name: Zero
test-code: |
ctx->config.initial_priority = 0;