Changeset 3eb5a478 for tests/exceptions/.expect
- Timestamp:
- Apr 2, 2020, 3:00:55 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0f3d844
- Parents:
- 6d43cdde
- Location:
- tests/exceptions/.expect
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/.expect/interact.txt
r6d43cdde r3eb5a478 8 8 9 9 resume catch on resume 10 11 termination catch, will resume 12 outer resume catch 13 14 resumption catch, will terminate 15 inner termination catch -
tests/exceptions/.expect/resume.txt
r6d43cdde r3eb5a478 19 19 caught yin, will throw yang 20 20 caught yang 21 22 throwing first exception 23 caught first exception 24 throwing second exception 25 caught second exception 26 recaught first exception
Note: See TracChangeset
for help on using the changeset viewer.