source: src/tests/.expect/fallthrough-ERROR.txt@ 7867eb9

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum with_gc
Last change on this file since 7867eb9 was 13f5a70, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

add another test

  • Property mode set to 100644
File size: 641 bytes
Line 
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 TracBrowser for help on using the repository browser.