From c03fbf4b5cddab2f7a8019fdc1da8d5f6809fe9d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Mar 2021 21:17:54 +0100 Subject: spec: Use common wording --- spec/rtems/task/req/construct-errors.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'spec/rtems/task/req/construct-errors.yml') 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 -- cgit v1.2.3