Ignore:
Timestamp:
Jul 18, 2023, 9:31:57 AM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
ca22a7c
Parents:
a1467c1
Message:

refactored tests to use new syntax for channel ops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/waituntil/channel_zero_size.cfa

    ra1467c1 rcb344f7  
    3737        for( long long int j = 0; j < numtimes; j++ ) {
    3838            // printf("loop\n");
    39             waituntil( j >> A ) { total += j; }
    40             or waituntil( j >> B ) { total += j; }
    41             or waituntil( j >> C ) { total += j; }
     39            waituntil( A << j ) { total += j; }
     40            or waituntil( B << j ) { total += j; }
     41            or waituntil( C << j ) { total += j; }
    4242        }
    4343        printf("sending sentinels\n");
Note: See TracChangeset for help on using the changeset viewer.