Changeset 3e49c477 for tests/.expect


Ignore:
Timestamp:
Dec 13, 2023, 9:28:34 AM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
142930b, 610354a
Parents:
b83c575
Message:

update expected output from tests after changes in semantic error messages

Location:
tests/.expect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/nested-types-ERR1.txt

    rb83c575 r3e49c477  
    11nested-types.cfa:100:25: warning: Compiled
    2 nested-types.cfa:83:1 error: Use of undefined type T
     2nested-types.cfa:83:1 error: Use of undefined type T.
  • tests/.expect/nested-types-ERR2.txt

    rb83c575 r3e49c477  
    11nested-types.cfa:100:25: warning: Compiled
    2 nested-types.cfa:86:1 error: Use of undefined global type Z
    3 nested-types.cfa:87:1 error: Qualified type requires an aggregate on the left, but has: signed int
    4 nested-types.cfa:88:1 error: Undefined type in qualified type: Qualified Type:
     2nested-types.cfa:86:1 error: Use of undefined global type Z.
     3nested-types.cfa:87:1 error: Qualified type requires an aggregate on the left, but has signed int.
     4nested-types.cfa:88:1 error: Undefined type in qualified type Qualified Type:
    55  instance of struct S with body
    66  instance of type Z (not function type)
Note: See TracChangeset for help on using the changeset viewer.