diff options
Diffstat (limited to 'libc/test/src/string/bcopy_test.cpp')
| -rw-r--r-- | libc/test/src/string/bcopy_test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/src/string/bcopy_test.cpp b/libc/test/src/string/bcopy_test.cpp index f8cb9208838f..04772bb5d8ad 100644 --- a/libc/test/src/string/bcopy_test.cpp +++ b/libc/test/src/string/bcopy_test.cpp @@ -6,6 +6,7 @@ // //===----------------------------------------------------------------------===// +#include "src/__support/macros/config.h" #include "src/string/bcopy.h" #include "memory_utils/memory_check_utils.h" @@ -16,7 +17,7 @@ using LIBC_NAMESPACE::cpp::array; using LIBC_NAMESPACE::cpp::span; -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { TEST(LlvmLibcBcopyTest, MoveZeroByte) { char Buffer[] = {'a', 'b', 'y', 'z'}; @@ -95,4 +96,4 @@ TEST(LlvmLibcBcopyTest, SizeSweep) { } } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
