commit | 6e04ebacd075eae730e2275778d0af69adc2a74f | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue Oct 22 02:35:12 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 22 02:37:28 2024 -0700 |
tree | b5bb01215a1b081eebc034d0f458f62e95a19455 | |
parent | 335e7d77906116f33cded6c1bac46273efd6a00c [diff] |
Automatic code cleanup. PiperOrigin-RevId: 688465394 Change-Id: I3fe1a610107b0efb9faa691faf610b08f18d6ccd
diff --git a/src/test/cpp/util/logging_test.cc b/src/test/cpp/util/logging_test.cc index b056aef..9fb5ec8 100644 --- a/src/test/cpp/util/logging_test.cc +++ b/src/test/cpp/util/logging_test.cc
@@ -32,7 +32,6 @@ // like `[INFO 11:22:33.444 filename:134] message` // but should not be used for more fine grained testing. using ::testing::MatchesRegex; -using ::testing::ContainsRegex; class LoggingTest : public ::testing::Test { protected: