Commit e0d3c370 by Abseil Team Committed by Gennadiy Civil

Googletest export

Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936
parent cc9dcc54
...@@ -821,8 +821,9 @@ class FuchsiaDeathTest : public DeathTestImpl { ...@@ -821,8 +821,9 @@ class FuchsiaDeathTest : public DeathTestImpl {
: DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
// All of these virtual functions are inherited from DeathTest. // All of these virtual functions are inherited from DeathTest.
virtual int Wait(); int Wait() override;
virtual TestRole AssumeRole(); TestRole AssumeRole() override;
std::string GetErrorLogs() override;
private: private:
// The name of the file in which the death test is located. // The name of the file in which the death test is located.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment