Parses the command line for Google Test flags, without initializing other parts of Google Test.
| 6143 | // Parses the command line for Google Test flags, without initializing |
| 6144 | // other parts of Google Test. |
| 6145 | void ParseGoogleTestFlagsOnly(int* argc, char** argv) { |
| 6146 | ParseGoogleTestFlagsOnlyImpl(argc, argv); |
| 6147 | } |
| 6148 | void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { |
| 6149 | ParseGoogleTestFlagsOnlyImpl(argc, argv); |
| 6150 | } |
no test coverage detected