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) {}
|
||||
|
||||
// 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.
|
||||
|
Loading…
Reference in New Issue
Block a user