Index: tests/concurrent/channels/parallel_harness.hfa
===================================================================
--- tests/concurrent/channels/parallel_harness.hfa	(revision ccf1d99df078e5cc6368103c1e9c843974c335d9)
+++ 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};
