Ignore:
Timestamp:
Mar 14, 2018, 11:29:40 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
5f61546, 759f05f
Parents:
692afbb
Message:

add another test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/fallthrough-ERROR.txt

    r692afbb r13f5a70  
    1 fallthrough.c:54:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
    2 fallthrough.c:56:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
    3 fallthrough.c:58:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
    4 fallthrough.c:65:1 error: 'fallthrough default' must be enclosed in a 'switch' or 'choose' control structure with a 'default' clause
    5 fallthrough.c:67:1 error: 'fallthrough' target must be a later case statement: common3
    6 fallthrough.c:75:1 error: 'fallthrough' target must be a later case statement: common4
    7 fallthrough.c:77:1 error: 'fallthrough default' must precede the 'default' clause
     1fallthrough.c:87:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
     2fallthrough.c:89:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
     3fallthrough.c:91:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
     4fallthrough.c:98:1 error: 'fallthrough default' must be enclosed in a 'switch' or 'choose' control structure with a 'default' clause
     5fallthrough.c:100:1 error: 'fallthrough' target must be a later case statement: common3
     6fallthrough.c:108:1 error: 'fallthrough' target must be a later case statement: common4
     7fallthrough.c:110:1 error: 'fallthrough default' must precede the 'default' clause
Note: See TracChangeset for help on using the changeset viewer.