Changeset 578c09a for tests/exceptions/cancel
- Timestamp:
- Apr 23, 2021, 11:53:33 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- aaf92de
- Parents:
- b39e6566 (diff), b583113 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/cancel/coroutine.cfa
rb39e6566 r578c09a 25 25 resume(cancel); 26 26 printf("4"); 27 } catchResume ( SomeCoroutineCancelled* error) {27 } catchResume (CoroutineCancelled(WillCancel) * error) { 28 28 printf("2"); 29 29 if ((virtual internal_error *)error->the_exception) {
Note:
See TracChangeset
for help on using the changeset viewer.