Include gtest and gmock headers as user headers instead of system headers.
This commit is contained in:
@@ -43,7 +43,7 @@ $$ }} This line fixes auto-indentation of the following code in Emacs.
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <gmock/gmock-matchers.h>
|
||||
#include "gmock/gmock-matchers.h"
|
||||
|
||||
namespace testing {
|
||||
namespace internal {
|
||||
|
||||
Reference in New Issue
Block a user