summaryrefslogtreecommitdiffstats
path: root/runtime/dex_method_iterator_test.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-12-10 18:20:45 -0800
committerBrian Carlstrom <bdc@google.com>2013-12-10 23:44:07 -0800
commitfd7ad0acf1a50e248fff1a9849c8d89e9e200ef6 (patch)
tree1e272c7d62bad4eecba4f3faa88c9796c926d56a /runtime/dex_method_iterator_test.cc
parent08cbf66dc4632913f80f8ac18082c39b7d52c7dd (diff)
downloadart-fd7ad0acf1a50e248fff1a9849c8d89e9e200ef6.tar.gz
art-fd7ad0acf1a50e248fff1a9849c8d89e9e200ef6.tar.bz2
art-fd7ad0acf1a50e248fff1a9849c8d89e9e200ef6.zip
Fix dependencies to be on core-libart, not core
Change-Id: I002f4ab170146d48210655fbed44328a289873f5
Diffstat (limited to 'runtime/dex_method_iterator_test.cc')
-rw-r--r--runtime/dex_method_iterator_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_method_iterator_test.cc b/runtime/dex_method_iterator_test.cc
index 9961df9a55..2941db6945 100644
--- a/runtime/dex_method_iterator_test.cc
+++ b/runtime/dex_method_iterator_test.cc
@@ -36,7 +36,7 @@ class DexMethodIteratorTest : public CommonTest {
TEST_F(DexMethodIteratorTest, Basic) {
ScopedObjectAccess soa(Thread::Current());
std::vector<const DexFile*> dex_files;
- dex_files.push_back(OpenDexFile("core"));
+ dex_files.push_back(OpenDexFile("core-libart"));
dex_files.push_back(OpenDexFile("conscrypt"));
dex_files.push_back(OpenDexFile("okhttp"));
dex_files.push_back(OpenDexFile("core-junit"));