Merge branch 'master' into master

This commit is contained in:
Gennadiy Civil
2017-09-23 16:51:27 -04:00
committed by GitHub
9 changed files with 190 additions and 161 deletions

View File

@@ -2591,10 +2591,6 @@ std::string StringFromGTestEnv(const char* flag, const char* default_val);
} // namespace internal
// Returns a path to temporary directory.
// Tries to determine an appropriate directory for the platform.
GTEST_API_ std::string TempDir();
} // namespace testing
#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_