source: tests/exceptions/.expect/defaults.txt

Last change on this file was 381132b, checked in by Andrew Beach <ajbeach@…>, 4 years ago

Default handlers for uncaught exceptions are now run at the top of the stack. There was an error but it seemed to disappear when I recompiled the code.

  • Property mode set to 100644
File size: 215 bytes
RevLine 
[8ad5752]1Should be printed.
2jump catch handler.
3jump default handler.
4Catch unhandled_exception.
[381132b]5cross terminate throw
6cross terminate default
7cross terminate catch
8cross resume throw
9cross resume default
10cross resume catch
Note: See TracBrowser for help on using the repository browser.