summaryrefslogtreecommitdiff
path: root/dexlayout/dexlayout_test.cc
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2019-04-03 09:28:21 -0700
committer David Sehr <sehr@google.com> 2019-04-04 15:28:48 +0000
commit4f215d1b1ceba9dfc8d8f3d8644da81302b2cd86 (patch)
tree34ee009a807d394ab7e1bb7f9ab3b1d36e3c7269 /dexlayout/dexlayout_test.cc
parent774232ae5a825ad4a366edc57081bff265e0ac32 (diff)
Rename dexdump2 to dexdump
Complete the migration from dalvik/dexdump to art/dexdump. Bug: 22322814 Test: make checkbuild test-art-host-dexdump Change-Id: I95d5b83d9855b440f2fe4073f1e1d746fe807888
Diffstat (limited to 'dexlayout/dexlayout_test.cc')
-rw-r--r--dexlayout/dexlayout_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/dexlayout/dexlayout_test.cc b/dexlayout/dexlayout_test.cc
index b68449ebbe..3124cf6bb8 100644
--- a/dexlayout/dexlayout_test.cc
+++ b/dexlayout/dexlayout_test.cc
@@ -258,10 +258,9 @@ class DexLayoutTest : public CommonRuntimeTest {
// Runs FullPlainOutput test.
bool FullPlainOutputExec(std::string* error_msg) {
- // TODO: dexdump2 -> dexdump ?
ScratchFile dexdump_output;
const std::string& dexdump_filename = dexdump_output.GetFilename();
- std::string dexdump = GetTestAndroidRoot() + "/bin/dexdump2";
+ std::string dexdump = GetTestAndroidRoot() + "/bin/dexdump";
EXPECT_TRUE(OS::FileExists(dexdump.c_str())) << dexdump << " should be a valid file path";
ScratchFile dexlayout_output;