Changeset d60a4c2 for tests/exceptions
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (12 months ago)
- Branches:
- master
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (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
- 2 edited
-
.expect/message.txt (added)
-
hotpotato.cfa (modified) (1 diff)
-
hotpotato_checked.cfa (modified) (1 diff)
-
message.cfa (added)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/hotpotato.cfa
r7d65715f rd60a4c2 129 129 intmax_t seed = 42; // random-number seed 130 130 bool playersSet = false; 131 char * nosummary = getenv( "NOSUMMARY" ); // print extra output132 131 133 132 try { -
tests/exceptions/hotpotato_checked.cfa
r7d65715f rd60a4c2 150 150 intmax_t seed = 42; // random-number seed 151 151 bool playersSet = false; 152 char * nosummary = getenv( "NOSUMMARY" ); // print extra output153 152 154 153 try {
Note:
See TracChangeset
for help on using the changeset viewer.