diff options
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 { |