Merge branch 'master' into issue_1735
This commit is contained in:
		
						commit
						88a63885a3
					
				@ -2679,9 +2679,9 @@ void TestInfo::Run() {
 | 
			
		||||
      factory_, &internal::TestFactoryBase::CreateTest,
 | 
			
		||||
      "the test fixture's constructor");
 | 
			
		||||
 | 
			
		||||
  // Runs the test only if the test object was created and its
 | 
			
		||||
  // constructor didn't generate a fatal failure.
 | 
			
		||||
  if ((test != NULL) && !Test::HasFatalFailure()) {
 | 
			
		||||
  // Runs the test if the constructor didn't generate a fatal failure.
 | 
			
		||||
  // Note that the object will not be null
 | 
			
		||||
  if (!Test::HasFatalFailure()) {
 | 
			
		||||
    // This doesn't throw as all user code that can throw are wrapped into
 | 
			
		||||
    // exception handling code.
 | 
			
		||||
    test->Run();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user