Commit b2f97ab3 by David Sunderland

Revert useless use of GTEST_API_ on WithoutMatchers decl.

parent 1c79ad7a
...@@ -350,7 +350,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message, ...@@ -350,7 +350,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
// //
// ON_CALL(mock, Method({}, nullptr))… // ON_CALL(mock, Method({}, nullptr))…
// //
class GTEST_API_ WithoutMatchers { class WithoutMatchers {
private: private:
WithoutMatchers() {} WithoutMatchers() {}
friend WithoutMatchers GetWithoutMatchers(); friend WithoutMatchers GetWithoutMatchers();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment