summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-08-26 23:54:29 +0200
committerChih-Hung Hsieh <chh@google.com>2016-08-26 23:54:29 +0200
commit8b23811d2ac5c056ff49f2ab4fca3447a9fdca42 (patch)
treeb2d9b2cab10667fdd08f2de84db84dc86845477a /tests
parentMerge "Free mmaped area if keys fail to load" (diff)
downloadandroid_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.tar
android_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.tar.gz
android_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.tar.bz2
android_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.tar.lz
android_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.tar.xz
android_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.tar.zst
android_bootable_recovery-8b23811d2ac5c056ff49f2ab4fca3447a9fdca42.zip
Diffstat (limited to 'tests')
-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],