summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/construct-errors.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-05 21:17:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-05 21:18:20 +0100
commitc03fbf4b5cddab2f7a8019fdc1da8d5f6809fe9d (patch)
treee5b7924ee10d058c361d7bafd40869d5ac7b2cff /spec/rtems/task/req/construct-errors.yml
parentmodules: Update rtems (diff)
downloadrtems-central-c03fbf4b5cddab2f7a8019fdc1da8d5f6809fe9d.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.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/rtems/task/req/construct-errors.yml b/spec/rtems/task/req/construct-errors.yml
index c76061b3..ba47811c 100644
--- a/spec/rtems/task/req/construct-errors.yml
+++ b/spec/rtems/task/req/construct-errors.yml
@@ -146,12 +146,14 @@ pre-conditions:
test-code: |
ctx->id = &ctx->id_value;
text: |
- The id parameter shall reference an object identifier value.
+ The ${../if/construct:/params[1]/name} parameter shall reference an
+ object of type ${../../type/if/id:/name}.
- name: 'Null'
test-code: |
ctx->id = NULL;
text: |
- The id parameter shall be NULL.
+ The ${../if/construct:/params[1]/name} parameter shall be
+ ${/c/if/null:/name}.
test-epilogue: null
test-prologue: null
- name: Name