Revert "gmock actions 2"

This commit is contained in:
Gennadiy Civil
2018-04-09 22:10:12 -04:00
committed by GitHub
parent 7f03f7ceae
commit ca54b67303
13 changed files with 27 additions and 303 deletions

View File

@@ -188,7 +188,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
std::cout << ::std::flush;
}
GTEST_API_ void IllegalDoDefault(const char* file, int line) {
void IllegalDoDefault(const char* file, int line) {
internal::Assert(
false, file, line,
"You are using DoDefault() inside a composite action like "