Include gtest and gmock headers as user headers instead of system headers.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
// This line ensures that gmock.h can be compiled on its own, even
|
||||
// when it's fused.
|
||||
#include <gmock/gmock.h>
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
// The following lines pull in the real gmock *.cc files.
|
||||
#include "src/gmock-cardinalities.cc"
|
||||
|
||||
Reference in New Issue
Block a user