Changeset ed3ff0a2


Ignore:
Timestamp:
Mar 14, 2018, 2:58:58 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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:
7c2a7b6
Parents:
753f13c9
Message:

Update fallthrough error message

File:
1 edited

Legend:

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

    r753f13c9 red3ff0a2  
    22fallthrough.c:56:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
    33fallthrough.c:58:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
    4 fallthrough.c:65:1 error: 'fallthrough default' must be directly enclosed in a 'switch' or 'choose' control structure with a 'default' clause
     4fallthrough.c:65:1 error: 'fallthrough default' must be enclosed in a 'switch' or 'choose' control structure with a 'default' clause
    55fallthrough.c:67:1 error: 'fallthrough' target must be a later case statement: common3
    66fallthrough.c:75:1 error: 'fallthrough' target must be a later case statement: common4
Note: See TracChangeset for help on using the changeset viewer.