about summary refs log tree commit diff
path: root/absl/container/internal/hash_policy_traits_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/container/internal/hash_policy_traits_test.cc')
-rw-r--r--absl/container/internal/hash_policy_traits_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/container/internal/hash_policy_traits_test.cc b/absl/container/internal/hash_policy_traits_test.cc
index e643d18991..6ef8b9e05f 100644
--- a/absl/container/internal/hash_policy_traits_test.cc
+++ b/absl/container/internal/hash_policy_traits_test.cc
@@ -22,6 +22,7 @@
 #include "gtest/gtest.h"
 
 namespace absl {
+ABSL_NAMESPACE_BEGIN
 namespace container_internal {
 namespace {
 
@@ -139,4 +140,5 @@ TEST_F(Test, with_transfer) {
 
 }  // namespace
 }  // namespace container_internal
+ABSL_NAMESPACE_END
 }  // namespace absl