diff options
Diffstat (limited to 'libc/test/UnitTest/TestLogger.cpp')
| -rw-r--r-- | libc/test/UnitTest/TestLogger.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/UnitTest/TestLogger.cpp b/libc/test/UnitTest/TestLogger.cpp index feba4b5ddd39..e1df7987bcd8 100644 --- a/libc/test/UnitTest/TestLogger.cpp +++ b/libc/test/UnitTest/TestLogger.cpp @@ -3,12 +3,13 @@ #include "src/__support/CPP/string_view.h" #include "src/__support/OSUtil/io.h" // write_to_stderr #include "src/__support/big_int.h" // is_big_int +#include "src/__support/macros/config.h" #include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128 #include "src/__support/uint128.h" #include <stdint.h> -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { namespace testing { // cpp::string_view specialization @@ -86,4 +87,4 @@ template TestLogger &TestLogger::operator<< <UInt<320>>(UInt<320>); TestLogger tlog; } // namespace testing -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
