diff options
Diffstat (limited to 'runtime/dexopt_test.cc')
| -rw-r--r-- | runtime/dexopt_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dexopt_test.cc b/runtime/dexopt_test.cc index edb28823c7..40e10142d7 100644 --- a/runtime/dexopt_test.cc +++ b/runtime/dexopt_test.cc @@ -169,7 +169,7 @@ void DexoptTest::GenerateOatForTest(const std::string& dex_location, context.get(), /*load_executable=*/false); - bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file); + bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file, &error_msg); ASSERT_EQ(!with_alternate_image, match) << error_msg; } } |