Changeset 654d5a47 for tests


Ignore:
Timestamp:
Nov 12, 2020, 11:22:01 AM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
94429f8
Parents:
2b18848
Message:

add emacs comments at end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/malloc.cfa

    r2b18848 r654d5a47  
    319319        free(ip);
    320320
    321         free( (void*) 0p ); // sanity check
     321        free( (void *) 0p ); // sanity check
    322322        free( NULL ); // sanity check
    323323
     
    605605        return 0;
    606606}
     607
     608// Local Variables: //
     609// tab-width: 4 //
     610// compile-command: "cfa malloc.cfa" //
     611// End: //
Note: See TracChangeset for help on using the changeset viewer.