Ignore:
Timestamp:
Jun 5, 2019, 11:13:16 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
2a54479
Parents:
3cd5fdd
Message:

fix expected output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/castError.txt

    r3cd5fdd rdd857bb  
    55  char Alternatives are:
    66Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    7      Variable Expression: f: function
    8        accepting unspecified arguments
    9      ... returning nothing
     7      Variable Expression: f: function
     8        accepting unspecified arguments
     9      ... returning nothing
    1010
    11    ... to:
    12      char
    13  (types:
    14    char
    15  )
    16  Environment:
     11    ... to:
     12      char
     13  (types:
     14    char
     15  )
     16  Environment:
    1717
    1818Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    19      Variable Expression: f: double
    20    ... to:
    21      char
    22  (types:
    23    char
    24  )
    25  Environment:
     19      Variable Expression: f: double
     20    ... to:
     21      char
     22  (types:
     23    char
     24  )
     25  Environment:
    2626
    2727Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    28      Variable Expression: f: signed int
    29    ... to:
    30      char
    31  (types:
    32    char
    33  )
    34  Environment:
     28      Variable Expression: f: signed int
     29    ... to:
     30      char
     31  (types:
     32    char
     33  )
     34  Environment:
    3535
    3636
     
    4242... to: nothing Alternatives are:
    4343Cost ( 0, 0, 2, 0, 0, 0, 0 ): Generated Cast of:
    44      Comma Expression:
    45        constant expression (3 3: signed int)
    46        Variable Expression: v: unsigned char
    47    ... to: nothing
    48  (types:
    49    void
    50  )
    51  Environment:
     44      Comma Expression:
     45        constant expression (3 3: signed int)
     46        Variable Expression: v: unsigned char
     47    ... to: nothing
     48  (types:
     49    void
     50  )
     51  Environment:
    5252
    5353Cost ( 0, 0, 2, 0, 0, 0, 0 ): Generated Cast of:
    54      Comma Expression:
    55        constant expression (3 3: signed int)
    56        Variable Expression: v: signed short int
    57    ... to: nothing
    58  (types:
    59    void
    60  )
    61  Environment:
     54      Comma Expression:
     55        constant expression (3 3: signed int)
     56        Variable Expression: v: signed short int
     57    ... to: nothing
     58  (types:
     59    void
     60  )
     61  Environment:
    6262
    6363
Note: See TracChangeset for help on using the changeset viewer.