summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spobjgetnext/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spobjgetnext/init.c')
-rw-r--r--testsuites/sptests/spobjgetnext/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spobjgetnext/init.c b/testsuites/sptests/spobjgetnext/init.c
index 2695190239..924d65e6e8 100644
--- a/testsuites/sptests/spobjgetnext/init.c
+++ b/testsuites/sptests/spobjgetnext/init.c
@@ -75,7 +75,7 @@ rtems_task Init(
TEST_BEGIN();
- info = &_RTEMS_tasks_Information;
+ info = &_RTEMS_tasks_Information.Objects;
main_task = rtems_task_self();
puts( "Init - _Objects_Get_next - NULL object information" );