Include gtest headers as user headers instead of system headers.
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include <iostream> | ||||
| #include <gtest/gtest.h> | ||||
| #include "gtest/gtest.h" | ||||
|  | ||||
| // Indicates that this translation unit is part of Google Test's | ||||
| // implementation.  It must come before gtest-internal-inl.h is | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zhanyong.wan
					zhanyong.wan