Changeset 7ae39f0 for tests/.expect


Ignore:
Timestamp:
May 26, 2023, 5:08:03 PM (16 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ast-experimental, master
Children:
124400b
Parents:
b2fa3c2
Message:

Re-enable testing function prototype taking length-star array, working around false GCC warning.

Location:
tests/.expect
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/array-ERR1.txt

    rb2fa3c2 r7ae39f0  
    1 array.cfa:105:25: warning: Preprocessor started
     1array.cfa:119:25: warning: Preprocessor started
    22array.cfa:40:22: error: '[*]' not allowed in other than function prototype scope
    33array.cfa:46:24: error: '[*]' not allowed in other than function prototype scope
  • tests/.expect/array-ERR2.txt

    rb2fa3c2 r7ae39f0  
    1 array.cfa:105:25: warning: Preprocessor started
    2 array.cfa:95:32: error: syntax error, unexpected STATIC before token "static"
     1array.cfa:119:25: warning: Preprocessor started
     2array.cfa:109:32: error: syntax error, unexpected STATIC before token "static"
  • tests/.expect/array-ERR3.txt

    rb2fa3c2 r7ae39f0  
    1 array.cfa:105:25: warning: Preprocessor started
    2 array.cfa:96:32: error: syntax error, unexpected ']' before token "]"
     1array.cfa:119:25: warning: Preprocessor started
     2array.cfa:110:32: error: syntax error, unexpected ']' before token "]"
  • tests/.expect/array.txt

    rb2fa3c2 r7ae39f0  
    1 array.cfa:105:25: warning: Preprocessor started
     1array.cfa:119:25: warning: Preprocessor started
Note: See TracChangeset for help on using the changeset viewer.