| 13497 | // about it being private, you have mis-spelled SetUp() as Setup(). |
| 13498 | struct Setup_should_be_spelled_SetUp {}; |
| 13499 | virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; } |
| 13500 | }; |
| 13501 | |
| 13502 | #if GTEST_HAS_EXCEPTIONS |
nothing calls this directly
no outgoing calls
no test coverage detected