fix incorrect relative pathing in tests
This commit is contained in:
parent
6c96512125
commit
738e45079d
@ -83,7 +83,7 @@
|
||||
|
||||
#include "gtest/gtest-message.h"
|
||||
#include "gtest/internal/gtest-string.h"
|
||||
#include "src/gtest-internal-inl.h"
|
||||
#include "gtest/src/gtest-internal-inl.h"
|
||||
|
||||
namespace testing {
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
||||
#include "gtest/gtest-spi.h"
|
||||
#include "gtest/internal/gtest-internal.h"
|
||||
#include "gtest/internal/gtest-string.h"
|
||||
#include "src/gtest-internal-inl.h"
|
||||
#include "gtest/src/gtest-internal-inl.h"
|
||||
|
||||
namespace testing {
|
||||
namespace internal {
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include <type_traits>
|
||||
|
||||
#include "gtest/internal/gtest-port.h"
|
||||
#include "src/gtest-internal-inl.h"
|
||||
#include "gtest/src/gtest-internal-inl.h"
|
||||
|
||||
namespace testing {
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "gtest/gtest-test-part.h"
|
||||
|
||||
#include "gtest/internal/gtest-port.h"
|
||||
#include "src/gtest-internal-inl.h"
|
||||
#include "gtest/src/gtest-internal-inl.h"
|
||||
|
||||
namespace testing {
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
||||
#include <sys/types.h> // NOLINT
|
||||
#endif
|
||||
|
||||
#include "src/gtest-internal-inl.h"
|
||||
#include "gtest/src/gtest-internal-inl.h"
|
||||
|
||||
#if GTEST_OS_WINDOWS
|
||||
#define vsnprintf _vsnprintf
|
||||
|
Loading…
Reference in New Issue
Block a user