Parses the command line for Google Test flags, without initializing other parts of Google Test.
| 6441 | // Parses the command line for Google Test flags, without initializing |
| 6442 | // other parts of Google Test. |
| 6443 | void ParseGoogleTestFlagsOnly(int* argc, char** argv) { |
| 6444 | ParseGoogleTestFlagsOnlyImpl(argc, argv); |
| 6445 | } |
| 6446 | void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { |
| 6447 | ParseGoogleTestFlagsOnlyImpl(argc, argv); |
| 6448 | } |
no test coverage detected