Directly include gmock.h and gtest.h in gmock-matchers tests.
				
					
				
			These headers have been included through `gmock-matchers_test.h` PiperOrigin-RevId: 657612455 Change-Id: I65675f1cfe7789f1821ccacbe60acf90efd5c221
This commit is contained in:
		 Abseil Team
					Abseil Team
				
			
				
					committed by
					
						 Copybara-Service
						Copybara-Service
					
				
			
			
				
	
			
			
			 Copybara-Service
						Copybara-Service
					
				
			
						parent
						
							5bcb2d78a1
						
					
				
				
					commit
					ffa31aec1c
				
			| @@ -36,7 +36,9 @@ | ||||
| #include <memory> | ||||
| #include <string> | ||||
|  | ||||
| #include "gmock/gmock.h" | ||||
| #include "test/gmock-matchers_test.h" | ||||
| #include "gtest/gtest.h" | ||||
|  | ||||
| // Silence warning C4244: 'initializing': conversion from 'int' to 'short', | ||||
| // possible loss of data and C4100, unreferenced local parameter | ||||
|   | ||||
| @@ -37,7 +37,9 @@ | ||||
| #include <tuple> | ||||
| #include <vector> | ||||
|  | ||||
| #include "gmock/gmock.h" | ||||
| #include "test/gmock-matchers_test.h" | ||||
| #include "gtest/gtest.h" | ||||
|  | ||||
| // Silence warning C4244: 'initializing': conversion from 'int' to 'short', | ||||
| // possible loss of data and C4100, unreferenced local parameter | ||||
|   | ||||
| @@ -43,14 +43,14 @@ | ||||
| #include <tuple> | ||||
| #include <vector> | ||||
|  | ||||
| #include "gmock/gmock.h" | ||||
| #include "test/gmock-matchers_test.h" | ||||
| #include "gtest/gtest.h" | ||||
|  | ||||
| // Silence warning C4244: 'initializing': conversion from 'int' to 'short', | ||||
| // possible loss of data and C4100, unreferenced local parameter | ||||
| GTEST_DISABLE_MSC_WARNINGS_PUSH_(4244 4100) | ||||
|  | ||||
| #include "test/gmock-matchers_test.h" | ||||
|  | ||||
| namespace testing { | ||||
| namespace gmock_matchers_test { | ||||
| namespace { | ||||
|   | ||||
| @@ -39,14 +39,14 @@ | ||||
| #include <utility> | ||||
| #include <vector> | ||||
|  | ||||
| #include "gmock/gmock.h" | ||||
| #include "test/gmock-matchers_test.h" | ||||
| #include "gtest/gtest.h" | ||||
|  | ||||
| // Silence warning C4244: 'initializing': conversion from 'int' to 'short', | ||||
| // possible loss of data and C4100, unreferenced local parameter | ||||
| GTEST_DISABLE_MSC_WARNINGS_PUSH_(4244 4100) | ||||
|  | ||||
| #include "test/gmock-matchers_test.h" | ||||
|  | ||||
| namespace testing { | ||||
| namespace gmock_matchers_test { | ||||
| namespace { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user