summaryrefslogtreecommitdiff
path: root/adb/adb_utils_test.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-08-01 20:13:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-08-01 20:13:54 +0000
commit4efbce14b5b9075f0c190feb6603464f6207a24e (patch)
tree142de15041f5a0f8d4428c011e1e4c1422a3c2b7 /adb/adb_utils_test.cpp
parent9f05901b9ac580d93fb2cdf1bf8de9e64ba7570f (diff)
parent8f7b9e3d39cdae8363816aa7bcbab0d79fd70cea (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.cpp2
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.