diff options
Diffstat (limited to 'runtime/oat_file_assistant_test.cc')
-rw-r--r-- | runtime/oat_file_assistant_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant_test.cc b/runtime/oat_file_assistant_test.cc index 570c59c037..2798d58a98 100644 --- a/runtime/oat_file_assistant_test.cc +++ b/runtime/oat_file_assistant_test.cc @@ -956,7 +956,7 @@ TEST_F(OatFileAssistantTest, RaceToGenerate) { // We use the lib core dex file, because it's large, and hopefully should // take a while to generate. - Copy(GetLibCoreDexFileName(), dex_location); + Copy(GetLibCoreDexFileNames()[0], dex_location); const int kNumThreads = 32; Thread* self = Thread::Current(); |