source: tests/exceptions/.expect/terminate.txt @ 5c9b20c

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

Unwinding is now handled in exception handling code. That is used to fix one bug, other exception tests added. Noise from the change altered one other test.

  • Property mode set to 100644
File size: 487 bytes
RevLine 
[6d43cdde]1simple throw
2Exiting: simple try clause
3simple catch
4Exiting: simple catch clause
5
6throwing child exception
7inner parent match
8
9caught yin as yin
10
11rethrow inner try
12Exiting: rethrow inner try
13caught throw, will rethrow
14Exiting: rethrowing catch clause
15caught rethrow
16Exiting: rethrow catch clause
17
18caught yin, will throw yang
19caught yang
20
21throwing first exception
22caught first exception
23throwing second exception
24caught second exception
25recaught first exception
[f1b6671]26
27inner catch
28outer catch
Note: See TracBrowser for help on using the repository browser.