source: tests/.expect/except-finally-error.txt @ d62806c

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

Start working on checks to make sure we do not jump out of a finally block.

  • Property mode set to 100644
File size: 363 bytes
Line 
1except-finally-error.cfa:7:1 error: 'break' outside a loop, 'switch', or labelled block
2except-finally-error.cfa:15:1 error: 'continue' target must be an enclosing loop:
3except-finally-error.cfa:32:1 error: 'break' target must be an enclosing control structure: mainLoop
4except-finally-error.cfa:40:1 error: 'continue' target must be an enclosing loop: mainLoop
Note: See TracBrowser for help on using the repository browser.