Ignore:
Timestamp:
Jan 29, 2025, 9:09:20 AM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a22e8b4
Parents:
a950021 (diff), c699602 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/collections/queue.cfa

    ra950021 r49510db  
    2828        }
    2929        sout | "empty" | nl;
    30        
     30
    3131        for ( i; 10 ) {
    3232                add( fred, *new( 2 * i ) );
     
    4848        }
    4949        sout | nl;
    50        
     50
    5151        for ( i; 10 ) {
    5252                add( fred, *new( 2 * i + 1 ) );
     
    133133                int j;
    134134        };
     135        __attribute__((unused))
    135136        void ?{}( Mary & mary ) { abort(); }
    136137        void ?{}( Mary & mary, int p ) with( mary ) {
     
    150151        }
    151152        sout | "empty" | nl;
    152        
     153
    153154        for ( i; 10 ) {
    154155                add( mary, *new( 2 * i ) );
     
    161162        }
    162163        sout | nl;
    163        
     164
    164165        for ( i; 9 ) {
    165166                delete( &drop( mary ) );
     
    170171        }
    171172        sout | nl;
    172        
     173
    173174        for ( i; 10 ) {
    174175                add( mary, *new( 2 * i + 1 ) );
Note: See TracChangeset for help on using the changeset viewer.