From 5c0cf12a96c0ddc81a1aaa573e3497ef648e5d3a Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Wed, 30 Sep 2015 17:41:38 +0100 Subject: Fix build, missed one method name change. Change-Id: I619dc66d596f970417eb1319db8ed17c32edaa4d --- compiler/image_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/image_test.cc') 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 dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); + std::unique_ptr dex(LoadExpectSingleDexFile(GetLibCoreDexFileNames()[0].c_str())); RuntimeOptions options; std::string image("-Ximage:"); -- cgit v1.2.3-59-g8ed1b