summaryrefslogtreecommitdiffstats
path: root/tests/component/applypatch_test.cpp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-08-27 02:08:19 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-27 02:08:19 +0200
commit37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9 (patch)
treee891cc64a211ed9df93715da74ed2cb6f622f343 /tests/component/applypatch_test.cpp
parentMerge "Support use of custom fonts in miniui" into cw-f-dev am: 929ffefdcc (diff)
parentMerge "Fix clang-tidy warnings in bootable/recovery." am: 89bf2bdc85 am: 9968866e86 (diff)
downloadandroid_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.tar
android_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.tar.gz
android_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.tar.bz2
android_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.tar.lz
android_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.tar.xz
android_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.tar.zst
android_bootable_recovery-37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9.zip
Diffstat (limited to 'tests/component/applypatch_test.cpp')
-rw-r--r--tests/component/applypatch_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/applypatch_test.cpp b/tests/component/applypatch_test.cpp
index b44ddd17c..2f7cb02f4 100644
--- a/tests/component/applypatch_test.cpp
+++ b/tests/component/applypatch_test.cpp
@@ -65,7 +65,7 @@ static bool file_cmp(std::string& f1, std::string& f2) {
return c1 == c2;
}
-static std::string from_testdata_base(const std::string fname) {
+static std::string from_testdata_base(const std::string& fname) {
return android::base::StringPrintf("%s%s%s/%s",
&DATA_PATH[0],
&NATIVE_TEST_PATH[0],