source: tests/exceptions/.expect/resume.txt @ e276be6

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since e276be6 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: 517 bytes
RevLine 
[6d43cdde]1simple throw
2simple catch
3Exiting: simple catch clause
4end of try clause
5Exiting: simple try clause
6
7throwing child exception
8inner parent match
9
10caught yin as yin
11
12rethrow inner try
13caught throw, will rethrow
14Exiting: rethrowing catch clause
15caught rethrow
16Exiting: rethrow catch clause
17Exiting: rethrow inner try
18
19caught yin, will throw yang
20caught yang
[3eb5a478]21
22throwing first exception
23caught first exception
24throwing second exception
25caught second exception
26recaught first exception
[f1b6671]27
28inner catch
29inner catch
30outer catch
Note: See TracBrowser for help on using the repository browser.