Ignore:
Timestamp:
Jun 4, 2023, 8:39:25 AM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
ast-experimental, master
Children:
84334d0
Parents:
0794365
Message:

refactored tests to use new name for allocation enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/actors/executor.cfa

    r0794365 rc880a7b  
    2424struct d_msg { inline message; } shared_msg;
    2525
    26 Allocation receive( d_actor & this, d_msg & msg ) with( this ) {
     26allocation receive( d_actor & this, d_msg & msg ) with( this ) {
    2727    if ( recs == rounds ) return Finished;
    2828    if ( recs % Batch == 0 ) {
Note: See TracChangeset for help on using the changeset viewer.