source: tests/exceptions/.expect/finally-error.txt @ 052dfc3

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 052dfc3 was c0b2a631, checked in by Andrew Beach <ajbeach@…>, 4 years ago

Added the exceptions test folder.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[c0b2a631]1exceptions/finally-error.cfa:7:1 error: 'break' outside a loop, 'switch', or labelled block
2exceptions/finally-error.cfa:15:1 error: 'break' outside a loop, 'switch', or labelled block
3exceptions/finally-error.cfa:23:1 error: 'break' outside a loop, 'switch', or labelled block
4exceptions/finally-error.cfa:31:1 error: 'continue' target must be an enclosing loop:
5exceptions/finally-error.cfa:48:1 error: 'break' target must be an enclosing control structure: mainLoop
6exceptions/finally-error.cfa:56:1 error: 'continue' target must be an enclosing loop: mainLoop
7exceptions/finally-error.cfa:65:1 error: 'break' outside a loop, 'switch', or labelled block
8exceptions/finally-error.cfa:76:1 error: 'break' outside a loop, 'switch', or labelled block
9exceptions/finally-error.cfa:87:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
10exceptions/finally-error.cfa:98:1 error: 'break' target must be an enclosing control structure: mainBlock
11exceptions/finally-error.cfa:111:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
12exceptions/finally-error.cfa:124:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
13exceptions/finally-error.cfa:133:1 error: 'return' may not appear in a finally clause
14exceptions/finally-error.cfa:139:1 error: 'return' may not appear in a finally clause
15exceptions/finally-error.cfa:148:1 error: 'break' outside a loop, 'switch', or labelled block
Note: See TracBrowser for help on using the repository browser.