summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-18 10:36:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-18 10:36:27 +0200
commit0f4a8505ad5d60ccabca6ba5e27b7ef4b677e1de (patch)
treec9f1fe5e8080f5d699a6b323c269b55449560dfa
parent68c21a1494f152a1db6c21765b218632dfd83ec3 (diff)
tc attr
-rw-r--r--testsuites/validation/tc-attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-attr.c b/testsuites/validation/tc-attr.c
index 9194c3c286..1c840d8b47 100644
--- a/testsuites/validation/tc-attr.c
+++ b/testsuites/validation/tc-attr.c
@@ -59,7 +59,7 @@
*
* - Validate the non-default attribute constants.
*
- * - Check that RTEMS_BARRIER_MANUAL_RELEASE is a power of two.
+ * - Check that RTEMS_BARRIER_AUTOMATIC_RELEASE is a power of two.
*
* - Check that RTEMS_BINARY_SEMAPHORE is a power of two.
*
@@ -146,7 +146,7 @@ T_TEST_CASE( RtemsAttrValAttr )
T_plan(22);
/* No action */
- T_step_true( 0, IsPowerOfTwo( RTEMS_BARRIER_MANUAL_RELEASE ) );
+ T_step_true( 0, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) );
T_step_true( 1, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) );
T_step_true( 2, IsPowerOfTwo( RTEMS_FLOATING_POINT ) );
T_step_true( 3, IsPowerOfTwo( RTEMS_GLOBAL ) );