Changeset ba8547e for tests


Ignore:
Timestamp:
Jul 20, 2021, 11:25:42 AM (3 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
815c6ae
Parents:
00da199
Message:

Fixing polymorphism test from failing the build on x86

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/polymorphism.cfa

    r00da199 rba8547e  
    7171                printf("  offset of inner float:  %ld\n", ((char *) & x_inner_float ) - ((char *) & x) );
    7272
    73         void showStatic( thing(int) & x ) {
     73        void showStatic( thing(long long int) & x ) {
    7474                printf("static:\n");
    7575                SHOW_OFFSETS
     
    8585
    8686        printf("=== checkPlan9offsets\n");
    87         thing(int) x;
     87        thing(long long int) x;
    8888        showStatic(x);
    8989        showDynamic(x);
Note: See TracChangeset for help on using the changeset viewer.