commit | 3a6ccb154698ae377f85a811113cb54a943c871a | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Jun 08 02:33:48 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jun 08 02:35:03 2018 -0700 |
tree | 9a772674328a2d264292bca605ad7252fa715b58 | |
parent | 4001dddc38b07fe0ee86f6a9e95ff4a92276bb2d [diff] |
Automatic ClangTidyReadability code cleanup. PiperOrigin-RevId: 199769337
diff --git a/src/test/cpp/util/path_posix_test.cc b/src/test/cpp/util/path_posix_test.cc index dd22f9b..f1262cd 100644 --- a/src/test/cpp/util/path_posix_test.cc +++ b/src/test/cpp/util/path_posix_test.cc
@@ -25,9 +25,7 @@ namespace blaze_util { -using std::pair; using std::string; -using std::vector; TEST(PathPosixTest, TestDirname) { // The Posix version of SplitPath (thus Dirname too, which is implemented on