diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-08-01 20:13:53 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-08-01 20:13:54 +0000 |
commit | 4efbce14b5b9075f0c190feb6603464f6207a24e (patch) | |
tree | 142de15041f5a0f8d4428c011e1e4c1422a3c2b7 /adb/adb_utils_test.cpp | |
parent | 9f05901b9ac580d93fb2cdf1bf8de9e64ba7570f (diff) | |
parent | 8f7b9e3d39cdae8363816aa7bcbab0d79fd70cea (diff) |
Merge "Fix clang-tidy performance warnings in syste/core."
Diffstat (limited to 'adb/adb_utils_test.cpp')
-rw-r--r-- | adb/adb_utils_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_utils_test.cpp b/adb/adb_utils_test.cpp index aabc5d7338..9daa397d0c 100644 --- a/adb/adb_utils_test.cpp +++ b/adb/adb_utils_test.cpp @@ -111,7 +111,7 @@ TEST(adb_utils, adb_dirname) { EXPECT_EQ("/system/bin", adb_dirname("/system/bin/sh/")); } -void test_mkdirs(const std::string basepath) { +void test_mkdirs(const std::string& basepath) { // Test creating a directory hierarchy. EXPECT_TRUE(mkdirs(basepath)); // Test finding an existing directory hierarchy. |