[rtems-central commit] spec: Fix variable type

Sebastian Huber sebh at rtems.org
Wed Aug 9 04:53:32 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    481f59c07b468ea5c6f2c4c219b9d541afc9072d
Changeset: http://git.rtems.org/rtems-central/commit/?id=481f59c07b468ea5c6f2c4c219b9d541afc9072d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Aug  8 17:05:23 2023 +0200

spec: Fix variable type

This fixes test failures on targets using short enums.

---

 spec/rtems/task/val/task.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/rtems/task/val/task.yml b/spec/rtems/task/val/task.yml
index 92f018d9..1cc35f91 100644
--- a/spec/rtems/task/val/task.yml
+++ b/spec/rtems/task/val/task.yml
@@ -166,7 +166,7 @@ test-actions:
     constructed by ${../if/construct:/name}.
   action-code: |
     rtems_status_code sc;
-    rtems_status_code id;
+    rtems_id          id;
   checks:
   - brief: |
       Create a task.  Check that the home scheduler of the created task is



More information about the vc mailing list