diff options
Diffstat (limited to 'runtime/runtime_test.cc')
-rw-r--r-- | runtime/runtime_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/runtime_test.cc b/runtime/runtime_test.cc index 182a992434..3360b3b558 100644 --- a/runtime/runtime_test.cc +++ b/runtime/runtime_test.cc @@ -102,8 +102,6 @@ TEST_F(RuntimeTest, ElfAlignmentMismatch) { std::string error_msg; std::unique_ptr<ElfFile> elf_file(ElfFile::Open(core_oat_file.get(), - /*writable=*/false, - /*program_header_only=*/true, /*low_4gb=*/false, &error_msg)); ASSERT_TRUE(elf_file != nullptr) << error_msg; |