diff options
Diffstat (limited to 'libc/test/src/string/memset_explicit_test.cpp')
| -rw-r--r-- | libc/test/src/string/memset_explicit_test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/src/string/memset_explicit_test.cpp b/libc/test/src/string/memset_explicit_test.cpp index bb5111bd639e..4842f45791c4 100644 --- a/libc/test/src/string/memset_explicit_test.cpp +++ b/libc/test/src/string/memset_explicit_test.cpp @@ -7,10 +7,11 @@ //===----------------------------------------------------------------------===// #include "memory_utils/memory_check_utils.h" +#include "src/__support/macros/config.h" #include "src/string/memset_explicit.h" #include "test/UnitTest/Test.h" -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { // Apply the same tests as memset @@ -28,4 +29,4 @@ TEST(LlvmLibcmemsetExplicitTest, SizeSweep) { } } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
