Changes in tests/exceptions/defaults.cfa [69c5c00:b81fd95]
- File:
-
- 1 edited
-
tests/exceptions/defaults.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/defaults.cfa
r69c5c00 rb81fd95 55 55 56 56 void unhandled_test(void) { 57 forall(dtype T , dtype V | is_exception(T, V))57 forall(dtype T | is_exception(T)) 58 58 void defaultTerminationHandler(T &) { 59 59 throw (unhandled_exception){};
Note:
See TracChangeset
for help on using the changeset viewer.