Googletest export

Fix broken Fuchsia cc_test.

PiperOrigin-RevId: 219170936
This commit is contained in:
Abseil Team 2018-10-29 15:18:53 -04:00 committed by Gennadiy Civil
parent cc9dcc5412
commit e0d3c37051

View File

@ -821,8 +821,9 @@ class FuchsiaDeathTest : public DeathTestImpl {
: DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
// All of these virtual functions are inherited from DeathTest.
virtual int Wait();
virtual TestRole AssumeRole();
int Wait() override;
TestRole AssumeRole() override;
std::string GetErrorLogs() override;
private:
// The name of the file in which the death test is located.