Googletest export
Internal changes. PiperOrigin-RevId: 232953166
This commit is contained in:
		
				
					committed by
					
						
						Gennadiy Civil
					
				
			
			
				
	
			
			
			
						parent
						
							28a96d1834
						
					
				
				
					commit
					4f79e316ac
				
			@@ -2394,7 +2394,8 @@ bool StaticAssertTypeEq() {
 | 
				
			|||||||
//     EXPECT_EQ(a_.size(), 0);
 | 
					//     EXPECT_EQ(a_.size(), 0);
 | 
				
			||||||
//     EXPECT_EQ(b_.size(), 1);
 | 
					//     EXPECT_EQ(b_.size(), 1);
 | 
				
			||||||
//   }
 | 
					//   }
 | 
				
			||||||
 | 
					//
 | 
				
			||||||
 | 
					// GOOGLETEST_CM0011 DO NOT DELETE
 | 
				
			||||||
#define TEST_F(test_fixture, test_name)\
 | 
					#define TEST_F(test_fixture, test_name)\
 | 
				
			||||||
  GTEST_TEST_(test_fixture, test_name, test_fixture, \
 | 
					  GTEST_TEST_(test_fixture, test_name, test_fixture, \
 | 
				
			||||||
              ::testing::internal::GetTypeId<test_fixture>())
 | 
					              ::testing::internal::GetTypeId<test_fixture>())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user