mirror of
https://github.com/google/googletest.git
synced 2025-12-08 16:45:03 +08:00
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