| 176 | FAIL("Exceptions should have been thrown"); |
| 177 | } |
| 178 | STDEXEC_CATCH(std::logic_error const & e) |
| 179 | { |
| 180 | SUCCEED("correct exception caught"); |
| 181 | } |
| 182 | STDEXEC_CATCH_ALL |
| 183 | { |
| 184 | FAIL("invalid exception caught"); |
nothing calls this directly
no outgoing calls
no test coverage detected