Automated Code Change

PiperOrigin-RevId: 847414309
This commit is contained in:
A. Unique TensorFlower
2025-12-21 07:25:04 -08:00
committed by TensorFlower Gardener
parent f253afed70
commit 630698a3af

View File

@@ -141,7 +141,7 @@ class NcclTestBase : public ::testing::Test {
if (VLOG_IS_ON(3)) {
string str_buf;
for (const auto& x : expected) {
strings::StrAppend(&str_buf, " ", x);
absl::StrAppend(&str_buf, " ", x);
}
VLOG(3) << "Expected output " << str_buf;
}