about summary refs log tree commit diff
path: root/absl/types/compare_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/compare_test.cc')
-rw-r--r--absl/types/compare_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/types/compare_test.cc b/absl/types/compare_test.cc
index ee396fc54d..955844b529 100644
--- a/absl/types/compare_test.cc
+++ b/absl/types/compare_test.cc
@@ -18,6 +18,7 @@
 #include "absl/base/casts.h"
 
 namespace absl {
+ABSL_NAMESPACE_BEGIN
 namespace {
 
 // This is necessary to avoid a bunch of lint warnings suggesting that we use
@@ -334,4 +335,5 @@ TEST(Compare, StaticAsserts) {
 #endif  // __cpp_inline_variables
 
 }  // namespace
+ABSL_NAMESPACE_END
 }  // namespace absl