aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/container/internal/hash_policy_testing_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/container/internal/hash_policy_testing_test.cc')
-rw-r--r--absl/container/internal/hash_policy_testing_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/container/internal/hash_policy_testing_test.cc b/absl/container/internal/hash_policy_testing_test.cc
index 0c95eb5..f0b20fe 100644
--- a/absl/container/internal/hash_policy_testing_test.cc
+++ b/absl/container/internal/hash_policy_testing_test.cc
@@ -17,6 +17,7 @@
#include "gtest/gtest.h"
namespace absl {
+ABSL_NAMESPACE_BEGIN
namespace container_internal {
namespace {
@@ -40,4 +41,5 @@ TEST(_, Hash) {
} // namespace
} // namespace container_internal
+ABSL_NAMESPACE_END
} // namespace absl