Changeset ca9d65e for tests/raii/.expect


Ignore:
Timestamp:
Dec 14, 2023, 9:05:55 PM (7 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
19a2890
Parents:
21ad568
Message:

second attempt at simplifying SemanticError? messages

Location:
tests/raii/.expect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/raii/.expect/dtor-early-exit-ERR1.txt

    r21ad568 rca9d65e  
    1 raii/dtor-early-exit.cfa:150:1 error: jump to label 'L1' crosses initialization of y Branch (Goto)
    2   with target: L1
    3   with original target: L1
    4 
     1raii/dtor-early-exit.cfa:150:1 error: jump to label "L1" crosses initialization of "y".
  • tests/raii/.expect/dtor-early-exit-ERR2.txt

    r21ad568 rca9d65e  
    1 raii/dtor-early-exit.cfa:214:1 error: jump to label 'L2' crosses initialization of y Branch (Goto)
    2   with target: L2
    3   with original target: L2
    4 
     1raii/dtor-early-exit.cfa:214:1 error: jump to label "L2" crosses initialization of "y".
Note: See TracChangeset for help on using the changeset viewer.