diff options
Diffstat (limited to 'libc/test/UnitTest/LibcTest.cpp')
| -rw-r--r-- | libc/test/UnitTest/LibcTest.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/UnitTest/LibcTest.cpp b/libc/test/UnitTest/LibcTest.cpp index 539a2e4d196e..72aeaf20e1da 100644 --- a/libc/test/UnitTest/LibcTest.cpp +++ b/libc/test/UnitTest/LibcTest.cpp @@ -12,6 +12,7 @@ #include "src/__support/CPP/string.h" #include "src/__support/CPP/string_view.h" #include "src/__support/fixed_point/fx_rep.h" +#include "src/__support/macros/config.h" #include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128 #include "src/__support/uint128.h" #include "test/UnitTest/TestLogger.h" @@ -27,7 +28,7 @@ extern "C" clock_t clock() noexcept { return LIBC_NAMESPACE::clock(); } #define LIBC_TEST_USE_CLOCK #endif -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { namespace testing { namespace internal { @@ -296,4 +297,4 @@ bool Test::testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr, } } // namespace testing -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
