Index: tests/concurrent/channels/parallel_harness.hfa
===================================================================
--- tests/concurrent/channels/parallel_harness.hfa	(revision 4074724783920776946ea2e5f6557e8cfd381943)
+++ tests/concurrent/channels/parallel_harness.hfa	(revision ce44c5f70ab0a50322bed0d103a046e00bbadaa7)
@@ -139,5 +139,5 @@
     while( cons_done_count != Consumers * Channels ) {
         for ( i; Channels ) {
-            if ( has_waiting_consumers( channels[i] ) ){
+            if ( has_waiters( channels[i] ) ){
                 #ifdef BIG
                 bigObject b{0};
