Commit 1c79ad7a by David Sunderland

Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC?

parent d5725da9
...@@ -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 WithoutMatchers { class GTEST_API_ 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