diff options
author | 2015-09-30 17:41:38 +0100 | |
---|---|---|
committer | 2015-11-12 10:15:58 +0000 | |
commit | 5c0cf12a96c0ddc81a1aaa573e3497ef648e5d3a (patch) | |
tree | d47ab3d86d32840510e79f4fb156b1159530f2c3 /compiler/image_test.cc | |
parent | 5b8e6e36e96d6d1921dd356fa46191d1e6a18082 (diff) |
Fix build, missed one method name change.
Change-Id: I619dc66d596f970417eb1319db8ed17c32edaa4d
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r-- | compiler/image_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc index 3c28bc2a0f..4170eebc5a 100644 --- a/compiler/image_test.cc +++ b/compiler/image_test.cc @@ -141,7 +141,7 @@ TEST_F(ImageTest, WriteRead) { java_lang_dex_file_ = NULL; MemMap::Init(); - std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); + std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileNames()[0].c_str())); RuntimeOptions options; std::string image("-Ximage:"); |