summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-08 17:05:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-09 07:15:25 +0200
commit481f59c07b468ea5c6f2c4c219b9d541afc9072d (patch)
treedcd9abbd86fa2226649591d5715b898e09ec8b4f /spec
parentd053b8ce6a86ca7393e91c1f31405fd3892df77e (diff)
spec: Fix variable type
This fixes test failures on targets using short enums.
Diffstat (limited to 'spec')
-rw-r--r--spec/rtems/task/val/task.yml2
1 files changed, 1 insertions, 1 deletions
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