| 95 | // ERROR ON UDEMY'S END, POST AGAIN |
| 96 | |
| 97 | int main(int ac, char* av[]) |
| 98 | { |
| 99 | //::testing::GTEST_FLAG(catch_exceptions) = false; |
| 100 | testing::InitGoogleTest(&ac, av); |
| 101 | return RUN_ALL_TESTS(); |
| 102 | } |
nothing calls this directly
no outgoing calls
no test coverage detected