Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
// This program will be invoked from a Python unit test. It is
|
||||
// expected to fail. Don't run it directly.
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#if GTEST_OS_WINDOWS
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user