| 71 | FAIL("Exceptions should have been thrown"); |
| 72 | } |
| 73 | STDEXEC_CATCH(std::logic_error const & e) |
| 74 | { |
| 75 | SUCCEED("correct exception caught"); |
| 76 | } |
| 77 | STDEXEC_CATCH_ALL |
| 78 | { |
| 79 | FAIL("invalid exception caught"); |
nothing calls this directly
no outgoing calls
no test coverage detected