Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
// gtest_xml_outfile2_test_ writes some xml via TestProperty used by
|
||||
// gtest_xml_outfiles_test.py
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
class PropertyTwo : public testing::Test {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user