Changeset 17129659 for tests/warnings


Ignore:
Timestamp:
Mar 21, 2019, 4:28:14 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
17c6c1c3, 7a8f5246
Parents:
ca59826
Message:

Fix line numbers in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/warnings/.expect/self-assignment.txt

    rca59826 r17129659  
    1 warning: self assignment of expression: Generated Cast of:
     1warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of:
    22  Variable Expression: j: signed int
    33... to:
    44  reference to signed int
    5 warning: self assignment of expression: Generated Cast of:
     5warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of:
    66  Variable Expression: s: instance of struct S with body 1
    77... to:
    88  reference to instance of struct S with body 1
    9 warning: self assignment of expression: Generated Cast of:
     9warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of:
    1010  Member Expression, with field:
    1111    i: signed int
     
    1414... to:
    1515  reference to signed int
    16 warning: self assignment of expression: Generated Cast of:
     16warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of:
    1717  Member Expression, with field:
    1818    i: signed int
Note: See TracChangeset for help on using the changeset viewer.