Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS

This commit is contained in:
Herbert Thielen
2017-09-24 10:01:52 +02:00
committed by GitHub
10 changed files with 192 additions and 162 deletions

View File

@@ -2584,10 +2584,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_