summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/HashTable/table_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/__support/HashTable/table_test.cpp')
-rw-r--r--libc/test/src/__support/HashTable/table_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/src/__support/HashTable/table_test.cpp b/libc/test/src/__support/HashTable/table_test.cpp
index dcae6f4e8fca..f8ffa4d4123d 100644
--- a/libc/test/src/__support/HashTable/table_test.cpp
+++ b/libc/test/src/__support/HashTable/table_test.cpp
@@ -9,9 +9,10 @@
#include "src/__support/CPP/bit.h" // bit_ceil
#include "src/__support/HashTable/randomness.h"
#include "src/__support/HashTable/table.h"
+#include "src/__support/macros/config.h"
#include "test/UnitTest/Test.h"
-namespace LIBC_NAMESPACE {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
TEST(LlvmLibcTableTest, AllocationAndDeallocation) {
size_t caps[] = {0, 1, 2, 3, 4, 7, 11, 37, 1024, 5261, 19999};
@@ -128,4 +129,4 @@ TEST(LlvmLibcTableTest, Insertion) {
}
} // namespace internal
-} // namespace LIBC_NAMESPACE
+} // namespace LIBC_NAMESPACE_DECL