update gtest on macx64

This commit is contained in:
Bassem Girgis
2020-01-25 12:40:15 -06:00
parent 821d5b0a28
commit cfc99971af
49 changed files with 4996 additions and 17751 deletions

View File

@@ -110,7 +110,7 @@ class GTEST_API_ FilePath {
const FilePath& base_name,
const char* extension);
// Returns true iff the path is "".
// Returns true if and only if the path is "".
bool IsEmpty() const { return pathname_.empty(); }
// If input name has a trailing separator character, removes it and returns