about summary refs log tree commit diff
path: root/absl/strings/internal/pow10_helper_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/strings/internal/pow10_helper_test.cc')
-rw-r--r--absl/strings/internal/pow10_helper_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/strings/internal/pow10_helper_test.cc b/absl/strings/internal/pow10_helper_test.cc
index a4a68b5dab..a4ff76d31e 100644
--- a/absl/strings/internal/pow10_helper_test.cc
+++ b/absl/strings/internal/pow10_helper_test.cc
@@ -20,6 +20,7 @@
 #include "absl/strings/str_format.h"
 
 namespace absl {
+ABSL_NAMESPACE_BEGIN
 namespace strings_internal {
 
 namespace {
@@ -117,4 +118,5 @@ TEST(Pow10HelperTest, Works) {
 
 }  // namespace
 }  // namespace strings_internal
+ABSL_NAMESPACE_END
 }  // namespace absl