Changeset bb87dd0 for tests


Ignore:
Timestamp:
Nov 24, 2020, 5:48:06 PM (3 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4702a2c
Parents:
4a359e2
Message:

Fixing test init1-ERROR on new ast. Applying equivalent of b81fd95, #189, to new AST.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/init1-ERROR.nast.txt

    r4a359e2 rbb87dd0  
    77init1.cfa:61:1 error: Invalid application of existing declaration(s) in expression Untyped Init Expression
    88  Name: cpx  InitAlternative: pointer to float
    9 init1.cfa:104:1 error: No reasonable alternatives for expression Generated Cast of:
     9init1.cfa:104:1 error: Invalid application of existing declaration(s) in expression Generated Cast of:
    1010  Name: rx
    1111... to:
     
    2020  Name: px
    2121
    22 init1.cfa:114:1 error: No reasonable alternatives for expression Generated Cast of:
     22init1.cfa:114:1 error: Invalid application of existing declaration(s) in expression Generated Cast of:
    2323  Name: crx
    2424... to:
     
    3333  Name: cpx
    3434
    35 init1.cfa:124:1 error: No reasonable alternatives for expression Generated Cast of:
     35init1.cfa:124:1 error: Invalid application of existing declaration(s) in expression Generated Cast of:
    3636  Name: s
    3737... to:
Note: See TracChangeset for help on using the changeset viewer.