Parses the command line for Google Test flags, without initializing other parts of Google Test.
| 6873 | // Parses the command line for Google Test flags, without initializing |
| 6874 | // other parts of Google Test. |
| 6875 | void ParseGoogleTestFlagsOnly(int* argc, char** argv) { |
| 6876 | ParseGoogleTestFlagsOnlyImpl(argc, argv); |
| 6877 | } |
| 6878 | void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { |
| 6879 | ParseGoogleTestFlagsOnlyImpl(argc, argv); |
| 6880 | } |
no test coverage detected