"vscode:/vscode.git/clone" did not exist on "aa486f165e982e82e2112d20a7561f64736d4b42"
Commit b2f97ab3 authored by David Sunderland's avatar David Sunderland
Browse files

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