summaryrefslogtreecommitdiffstats
path: root/testsuites/validation
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-08 17:05:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-09 07:18:26 +0200
commit9a975e52113ad46e27557c23b50af6d3b42156fa (patch)
tree452503eacc80e2c32fb3808be93b13ac25eb65bb /testsuites/validation
parentpsxkey07: Fix POSIX key value pair configuration (diff)
downloadrtems-9a975e52113ad46e27557c23b50af6d3b42156fa.tar.bz2
validation: Fix variable type
This fixes test failures on targets using short enums. Update #3716.
Diffstat (limited to 'testsuites/validation')
-rw-r--r--testsuites/validation/tc-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-task.c b/testsuites/validation/tc-task.c
index ce1c5ffd8b..5ab96445ed 100644
--- a/testsuites/validation/tc-task.c
+++ b/testsuites/validation/tc-task.c
@@ -303,7 +303,7 @@ static void RtemsTaskValTask_Action_8( void )
static void RtemsTaskValTask_Action_9( void )
{
rtems_status_code sc;
- rtems_status_code id;
+ rtems_id id;
/*
* Create a task. Check that the home scheduler of the created task is