summaryrefslogtreecommitdiff
path: root/dexlayout/dexlayout_test.cc
diff options
context:
space:
mode:
author Shubham Ajmera <shubhamajmera@google.com> 2017-05-11 19:54:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-05-11 19:54:32 +0000
commit05850204bdd25621a1264a400f7f68eba24f30a5 (patch)
tree3c36cac50eb6fd22a0a860d725b0dcd6acae26b5 /dexlayout/dexlayout_test.cc
parentf1373968236e720d88ebe64c101e417053bf2f7b (diff)
parent4f0a15a85eaa0a7665f703d435a9b61059eed536 (diff)
Merge "Compress profile files"
Diffstat (limited to 'dexlayout/dexlayout_test.cc')
-rw-r--r--dexlayout/dexlayout_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexlayout/dexlayout_test.cc b/dexlayout/dexlayout_test.cc
index 877ea923fc..d2aef272cb 100644
--- a/dexlayout/dexlayout_test.cc
+++ b/dexlayout/dexlayout_test.cc
@@ -41,7 +41,7 @@ static const char kDexFileLayoutInputDex[] =
"AAAAdQEAAAAQAAABAAAAjAEAAA==";
static const char kDexFileLayoutInputProfile[] =
- "cHJvADAwNQABCwABAAAAAAD1KW3+Y2xhc3Nlcy5kZXgBAA==";
+ "cHJvADAwNgAAAAAAAAgAAAB4AQMAAAAAAQ==";
// Dex file with catch handler unreferenced by try blocks.
// Constructed by building a dex file with try/catch blocks and hex editing.