Changeset 45444c3 for tests


Ignore:
Timestamp:
Nov 2, 2020, 10:04:57 AM (3 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ea3fa25
Parents:
3100754
Message:

Removed dimension parameter from adelete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/alloc.cfa

    r3100754 r45444c3  
    342342        for ( i; dim ) { printf( "%d %g, ", stp1[i].x, stp1[i].y ); }
    343343        printf( "\n" );
    344         adelete( dim, stp, dim, stp1 );
     344        adelete( stp, stp1 );
    345345
    346346        // extras
Note: See TracChangeset for help on using the changeset viewer.