source: tests/exceptions/.expect/resume.txt@ 0f3d844

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since 0f3d844 was 3eb5a478, checked in by Andrew Beach <ajbeach@…>, 6 years ago

Fixed the disabled exceptions/resume test. Added more tests in exceptions/interact, one of which is disabled.

  • Property mode set to 100644
File size: 480 bytes
Line 
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
21
22throwing first exception
23caught first exception
24throwing second exception
25caught second exception
26recaught first exception
Note: See TracBrowser for help on using the repository browser.