Changeset 5a40e4e for tests/exceptions/.expect/type-check.txt
- Timestamp:
- Sep 9, 2021, 3:56:32 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- d0b9247
- Parents:
- dd1cc02 (diff), d8d512e (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
-
tests/exceptions/.expect/type-check.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/.expect/type-check.txt
rdd1cc02 r5a40e4e 1 exceptions/type-check.cfa: 8:1 error: catch must have pointer to an exception type2 exceptions/type-check.cfa: 9:1 error: catch must have pointer to an exception type3 exceptions/type-check.cfa: 10:1 error: catchResume must have pointer to an exception type4 exceptions/type-check.cfa: 11:1 error: catchResume must have pointer to an exception type1 exceptions/type-check.cfa:6:1 error: catch must have pointer to an exception type 2 exceptions/type-check.cfa:7:1 error: catch must have pointer to an exception type 3 exceptions/type-check.cfa:8:1 error: catchResume must have pointer to an exception type 4 exceptions/type-check.cfa:9:1 error: catchResume must have pointer to an exception type
Note:
See TracChangeset
for help on using the changeset viewer.