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