Changeset 3eb5a478 for tests/exceptions/resume.cfa
- Timestamp:
- Apr 2, 2020, 3:00:55 PM (3 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0f3d844
- Parents:
- 6d43cdde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/resume.cfa
r6d43cdde r3eb5a478 77 77 printf("caught yang\n"); 78 78 } 79 #ifdef FAILING80 79 printf("\n"); 81 80 … … 100 99 printf("caught second exception (bad location)\n"); 101 100 } 102 #endif103 101 }
Note: See TracChangeset
for help on using the changeset viewer.