diff options
Diffstat (limited to 'dex2oat/dex2oat_test.cc')
-rw-r--r-- | dex2oat/dex2oat_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dex2oat/dex2oat_test.cc b/dex2oat/dex2oat_test.cc index da97a4effd..31891fd2b5 100644 --- a/dex2oat/dex2oat_test.cc +++ b/dex2oat/dex2oat_test.cc @@ -2032,8 +2032,7 @@ TEST_F(Dex2oatTest, LoadOutOfDateOatFile) { /*low_4gb=*/false, &error_msg)); ASSERT_TRUE(elf_file != nullptr) << error_msg; - ASSERT_TRUE(elf_file->Load(file.get(), - /*executable=*/false, + ASSERT_TRUE(elf_file->Load(/*executable=*/false, /*low_4gb=*/false, /*reservation=*/nullptr, &error_msg)) |