Changeset 8edbe40 for tests/exceptions/cancel
- Timestamp:
- Apr 23, 2021, 4:26:52 PM (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:
- 50f6afb
- Parents:
- aaf92de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/cancel/thread.cfa
raaf92de r8edbe40 26 26 join(cancel); 27 27 printf("4"); 28 } catchResume ( SomeThreadCancelled* error) {28 } catchResume (ThreadCancelled(WillCancel) * error) { 29 29 printf("2"); 30 30 if ((virtual internal_error *)error->the_exception) { … … 43 43 } 44 44 printf("4"); 45 } catchResume ( SomeThreadCancelled* error) {45 } catchResume (ThreadCancelled(WillCancel) * error) { 46 46 printf("2"); 47 47 if ((virtual internal_error *)error->the_exception) {
Note: See TracChangeset
for help on using the changeset viewer.