| 170 | } //namespace |
| 171 | |
| 172 | int main(int argc, char* argv[]) { |
| 173 | butil::str2endpoint("127.0.0.1:12345", &g_key.peer.addr); |
| 174 | testing::InitGoogleTest(&argc, argv); |
| 175 | return RUN_ALL_TESTS(); |
| 176 | } |
nothing calls this directly
no test coverage detected