summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/construct-errors.yml
diff options
context:
space:
mode:
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