Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -386,8 +386,8 @@ def UnitTestPreamble():
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <gtest/gtest-spi.h>
|
||||
#include "gtest/gtest.h"
|
||||
#include "gtest/gtest-spi.h"
|
||||
|
||||
// A user-defined data type.
|
||||
struct Bool {
|
||||
|
Reference in New Issue
Block a user