mirror of
https://github.com/google/googletest.git
synced 2025-11-30 08:07:27 -05:00
Automated Code Change
PiperOrigin-RevId: 806527439 Change-Id: I2e9aa5de44c011938e0bfc8e86af6c7d10c23ab0
This commit is contained in:
committed by
Copybara-Service
parent
9df216cc9d
commit
4969d0ad54
@@ -298,7 +298,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
|
|||||||
//
|
//
|
||||||
class WithoutMatchers {
|
class WithoutMatchers {
|
||||||
private:
|
private:
|
||||||
WithoutMatchers() {}
|
WithoutMatchers() = default;
|
||||||
friend GTEST_API_ WithoutMatchers GetWithoutMatchers();
|
friend GTEST_API_ WithoutMatchers GetWithoutMatchers();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user