Changeset 66812dd for tests/exceptions
- Timestamp:
- Sep 27, 2020, 10:00:39 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
- Children:
- 0a19c51
- Parents:
- bd47f35
- Location:
- tests/exceptions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/.expect/virtual-cast.txt
rbd47f35 r66812dd 1 done -
tests/exceptions/.expect/virtual-poly.txt
rbd47f35 r66812dd 1 done -
tests/exceptions/virtual-cast.cfa
rbd47f35 r66812dd 74 74 free(tri); 75 75 free(top); 76 printf( "done\n" ); // non-empty .expect file 76 77 } -
tests/exceptions/virtual-poly.cfa
rbd47f35 r66812dd 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.