summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptask_err04/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sptask_err04/task1.c')
-rw-r--r--testsuites/sptests/sptask_err04/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sptask_err04/task1.c b/testsuites/sptests/sptask_err04/task1.c
index 92ddb6d7ab..f7bd98b979 100644
--- a/testsuites/sptests/sptask_err04/task1.c
+++ b/testsuites/sptests/sptask_err04/task1.c
@@ -99,7 +99,7 @@ rtems_task Task_1(
puts( "TA1 - rtems_task_get_note - RTEMS_INVALID_ID" );
status = rtems_task_get_note(
- _RTEMS_tasks_Information.minimum_id + (3L<<OBJECTS_API_START_BIT),
+ _RTEMS_tasks_Information.Objects.minimum_id + (3L<<OBJECTS_API_START_BIT),
RTEMS_NOTEPAD_LAST,
&notepad_value
);