mirror of
https://github.com/google/googletest.git
synced 2025-12-10 09:18:34 +08:00
Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
// gtest_xml_outfile1_test_ writes some xml via TestProperty used by
|
||||
// gtest_xml_outfiles_test.py
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
class PropertyOne : public testing::Test {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user