Googletest export
Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936
This commit is contained in:
parent
cc9dcc5412
commit
e0d3c37051
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user