- Timestamp:
- Jun 22, 2023, 7:59:55 AM (21 months ago)
- Branches:
- master
- Children:
- 65ef0cd, 97b47ec
- Parents:
- 6065281f
- Location:
- tests/exceptions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/conditional.cfa
r6065281f rfe0b94f 4 4 // up the non-trivial exception is reasonable to do. 5 5 6 #include <fstream. cfa>6 #include <fstream.hfa> 7 7 8 8 exception num_error { -
tests/exceptions/data-except.cfa
r6065281f rfe0b94f 1 1 // Test exceptions that add data but no functionality. 2 2 3 #include <fstream. cfa>3 #include <fstream.hfa> 4 4 5 5 exception paired {
Note: See TracChangeset
for help on using the changeset viewer.