From 481f59c07b468ea5c6f2c4c219b9d541afc9072d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Aug 2023 17:05:23 +0200 Subject: 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 -- cgit v1.2.3