diff options
author | kosak <kosak@google.com> | 2015-07-17 23:08:48 (GMT) |
---|---|---|
committer | kosak <kosak@google.com> | 2015-07-17 23:08:48 (GMT) |
commit | fe95bc332d92c6e3f5c2e07fd681bd3549b77374 (patch) | |
tree | a6217cdc639b43937500f22ada5f21e091c48d76 /src | |
parent | 060b7452ec0f3f0a7fa09914e4044349dc9990c6 (diff) | |
download | googletest-fe95bc332d92c6e3f5c2e07fd681bd3549b77374.zip googletest-fe95bc332d92c6e3f5c2e07fd681bd3549b77374.tar.gz googletest-fe95bc332d92c6e3f5c2e07fd681bd3549b77374.tar.bz2 |
Determine the existence of hash_map/hash_set in gtest-port.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/gtest-port.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtest-port.cc b/src/gtest-port.cc index 19fa028..cd3ac9a 100644 --- a/src/gtest-port.cc +++ b/src/gtest-port.cc @@ -887,7 +887,6 @@ GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( return file_name + ":" + StreamableToString(line); } - GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) : severity_(severity) { const char* const marker = |