Clone of unsubmitted cr/176529515. Introduce parameterless expectations.
This commit is contained in:
@@ -188,6 +188,8 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
|
||||
std::cout << ::std::flush;
|
||||
}
|
||||
|
||||
WithoutMatchers GetWithoutMatchers() { return {}; }
|
||||
|
||||
GTEST_API_ void IllegalDoDefault(const char* file, int line) {
|
||||
internal::Assert(
|
||||
false, file, line,
|
||||
|
||||
Reference in New Issue
Block a user