fix incorrect relative pathing in tests

This commit is contained in:
Zithia Satazaki 2023-10-29 20:21:54 -04:00
parent 6c96512125
commit 738e45079d
5 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@
#include "gtest/gtest-message.h" #include "gtest/gtest-message.h"
#include "gtest/internal/gtest-string.h" #include "gtest/internal/gtest-string.h"
#include "src/gtest-internal-inl.h" #include "gtest/src/gtest-internal-inl.h"
namespace testing { namespace testing {

View File

@ -85,7 +85,7 @@
#include "gtest/gtest-spi.h" #include "gtest/gtest-spi.h"
#include "gtest/internal/gtest-internal.h" #include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-string.h" #include "gtest/internal/gtest-string.h"
#include "src/gtest-internal-inl.h" #include "gtest/src/gtest-internal-inl.h"
namespace testing { namespace testing {
namespace internal { namespace internal {

View File

@ -52,7 +52,7 @@
#include <type_traits> #include <type_traits>
#include "gtest/internal/gtest-port.h" #include "gtest/internal/gtest-port.h"
#include "src/gtest-internal-inl.h" #include "gtest/src/gtest-internal-inl.h"
namespace testing { namespace testing {

View File

@ -33,7 +33,7 @@
#include "gtest/gtest-test-part.h" #include "gtest/gtest-test-part.h"
#include "gtest/internal/gtest-port.h" #include "gtest/internal/gtest-port.h"
#include "src/gtest-internal-inl.h" #include "gtest/src/gtest-internal-inl.h"
namespace testing { namespace testing {

View File

@ -122,7 +122,7 @@
#include <sys/types.h> // NOLINT #include <sys/types.h> // NOLINT
#endif #endif
#include "src/gtest-internal-inl.h" #include "gtest/src/gtest-internal-inl.h"
#if GTEST_OS_WINDOWS #if GTEST_OS_WINDOWS
#define vsnprintf _vsnprintf #define vsnprintf _vsnprintf