summaryrefslogtreecommitdiff
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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/strings/internal/pow10_helper_test.cc b/absl/strings/internal/pow10_helper_test.cc
index 4a62a70d..a4ff76d3 100644
--- a/absl/strings/internal/pow10_helper_test.cc
+++ b/absl/strings/internal/pow10_helper_test.cc
@@ -20,7 +20,7 @@
#include "absl/strings/str_format.h"
namespace absl {
-inline namespace lts_2019_08_08 {
+ABSL_NAMESPACE_BEGIN
namespace strings_internal {
namespace {
@@ -118,5 +118,5 @@ TEST(Pow10HelperTest, Works) {
} // namespace
} // namespace strings_internal
-} // inline namespace lts_2019_08_08
+ABSL_NAMESPACE_END
} // namespace absl