From 2c7c22c0fc67e4a9be8dcef96f6adde15457a5fc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Jul 2021 13:56:27 +0200 Subject: testsuites/validation/tc-object.c --- testsuites/validation/tc-object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuites/validation/tc-object.c b/testsuites/validation/tc-object.c index d18660fc1e..da94e61204 100644 --- a/testsuites/validation/tc-object.c +++ b/testsuites/validation/tc-object.c @@ -71,7 +71,7 @@ * * - Validate the result of rtems_object_get_local_node(). * - * - Check that the returned value is zero. + * - Check that the returned value is one. * * @{ */ @@ -156,9 +156,9 @@ static void RtemsObjectValObject_Action_1( void ) node = rtems_object_get_local_node(); /* - * Check that the returned value is zero. + * Check that the returned value is one. */ - T_step_eq_u32( 1, node, 0 ); + T_step_eq_u32( 1, node, 1 ); } /** -- cgit v1.2.3