From e2a63ed1e22059fb8d9cab154b70d2102ea82620 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 8 Mar 2021 09:18:40 +0100 Subject: spec: Use common wording --- spec/rtems/task/req/construct-errors.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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; -- cgit v1.2.3