summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/pttask1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14/pttask1.c')
-rw-r--r--testsuites/mptests/mp14/pttask1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/mptests/mp14/pttask1.c b/testsuites/mptests/mp14/pttask1.c
index c2322a3f87..ce3362bc79 100644
--- a/testsuites/mptests/mp14/pttask1.c
+++ b/testsuites/mptests/mp14/pttask1.c
@@ -48,15 +48,15 @@ rtems_task Partition_task(
yield_count = 100;
- while ( Stop_Test == FALSE ) {
- for ( count=PARTITION_DOT_COUNT ; Stop_Test == FALSE && count ; count-- ) {
+ while ( Stop_Test == false ) {
+ for ( count=PARTITION_DOT_COUNT ; Stop_Test == false && count ; count-- ) {
status = rtems_partition_get_buffer( Partition_id[ 1 ], &buffer );
directive_failed( status, "rtems_partition_get_buffer" );
status = rtems_partition_return_buffer( Partition_id[ 1 ], buffer );
directive_failed( status, "rtems_partition_return_buffer" );
- if (Stop_Test == FALSE)
+ if (Stop_Test == false)
if ( Multiprocessing_configuration.node == 1 && --yield_count == 0 ) {
status = rtems_task_wake_after( 1 );
directive_failed( status, "rtems_task_wake_after" );