diff options
| author | 2017-01-17 21:19:02 +0000 | |
|---|---|---|
| committer | 2017-01-17 21:19:03 +0000 | |
| commit | b51dee62cda25586166dbdad4a214afb53bf4d1c (patch) | |
| tree | cea9b5162166440b16800e9f51eafc6fc8ecd55e /runtime/dex2oat_environment_test.h | |
| parent | bea5f85f6cc574934b692ea28e61a756c1a0b102 (diff) | |
| parent | 78985875702c52657066da158c0246ef07115385 (diff) | |
Merge "Revert "Remove unused code for patching oat files.""
Diffstat (limited to 'runtime/dex2oat_environment_test.h')
| -rw-r--r-- | runtime/dex2oat_environment_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex2oat_environment_test.h b/runtime/dex2oat_environment_test.h index 8b1b5a3942..b0c4597d73 100644 --- a/runtime/dex2oat_environment_test.h +++ b/runtime/dex2oat_environment_test.h @@ -160,7 +160,7 @@ class Dex2oatEnvironmentTest : public CommonRuntimeTest { // image at GetImageLocation(). This is used for testing mismatched // image checksums in the oat_file_assistant_tests. std::string GetImageLocation2() const { - return GetImageDirectory() + "/core-multi.art"; + return GetImageDirectory() + "/core-npic.art"; } std::string GetDexSrc1() const { |