Changeset c76bd34 for tests/exceptions
- Timestamp:
- Oct 7, 2020, 4:31:43 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 848439f
- Parents:
- ae2c27a (diff), 597c5d18 (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. - Location:
- tests/exceptions
- Files:
-
- 2 added
- 4 edited
-
.expect/virtual-cast.txt (modified) (1 diff)
-
.expect/virtual-poly.txt (modified) (1 diff)
-
cancel/.expect/coroutine.txt (added)
-
cancel/coroutine.cfa (added)
-
virtual-cast.cfa (modified) (1 diff)
-
virtual-poly.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/.expect/virtual-cast.txt
rae2c27a rc76bd34 1 done -
tests/exceptions/.expect/virtual-poly.txt
rae2c27a rc76bd34 1 done -
tests/exceptions/virtual-cast.cfa
rae2c27a rc76bd34 74 74 free(tri); 75 75 free(top); 76 printf( "done\n" ); // non-empty .expect file 76 77 } -
tests/exceptions/virtual-poly.cfa
rae2c27a rc76bd34 77 77 mono_poly_test(); 78 78 poly_poly_test(); 79 printf( "done\n" ); // non-empty .expect file 79 80 }
Note:
See TracChangeset
for help on using the changeset viewer.