From 46916c6303dda9ceda1b93b47740eb4fa593a5e3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Sep 2020 10:35:24 +0200 Subject: spec: Fix attribute validation test --- spec/rtems/attr/val/attr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml index 83894365..c60aab1a 100644 --- a/spec/rtems/attr/val/attr.yml +++ b/spec/rtems/attr/val/attr.yml @@ -8,14 +8,14 @@ test-actions: /* No action */ checks: - check: | - T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_MANUAL_RELEASE ) ); + T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) ); description: | - Check that RTEMS_BARRIER_MANUAL_RELEASE is a power of two. + Check that RTEMS_BARRIER_AUTOMATIC_RELEASE is a power of two. links: - role: validation uid: ../req/bit-set - role: validation - uid: ../if/barrier-manual-release + uid: ../if/barrier-automatic-release - check: | T_step_true( ${step}, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) ); description: | -- cgit v1.2.3