summaryrefslogtreecommitdiff
path: root/absl/log/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2022-11-07 14:12:00 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2022-11-07 14:12:47 -0800
commit615f2147028688b5e36f159ccd2958552488215c (patch)
treebacddcb19743bd9ea8b7986e86ef368fa3605435 /absl/log/BUILD.bazel
parentd459fe7137411d13852229e5eb269e1190f869f1 (diff)
Factor out the internal helper AppendTruncated, which is used and redefined in a couple places, plus several more that have yet to be released.
PiperOrigin-RevId: 486759835 Change-Id: Ib1b24f287f856ca38b691fbce7e747f0f5a34626
Diffstat (limited to 'absl/log/BUILD.bazel')
-rw-r--r--absl/log/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/log/BUILD.bazel b/absl/log/BUILD.bazel
index 16788ae2..261a3384 100644
--- a/absl/log/BUILD.bazel
+++ b/absl/log/BUILD.bazel
@@ -303,6 +303,7 @@ cc_test(
"//absl/base:config",
"//absl/base:core_headers",
"//absl/base:log_severity",
+ "//absl/log/internal:append_truncated",
"//absl/log/internal:format",
"//absl/log/internal:test_helpers",
"//absl/strings",