Skip to content

Commit

Permalink
spec: Fix variable type
Browse files Browse the repository at this point in the history
This fixes test failures on targets using short enums.
  • Loading branch information
sebhub committed Aug 9, 2023
1 parent d053b8c commit 481f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rtems/task/val/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481f59c

Please sign in to comment.