diff options
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r-- | compiler/oat_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index edc93ab0c4..86d92ff0b5 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -198,6 +198,7 @@ class OatTest : public CommonCompilerTest { compiler_driver_->GetInstructionSetFeatures(), &key_value_store, verify, + /* update_input_vdex */ false, &opened_dex_files_map, &opened_dex_files)) { return false; |