diff options
| author | 2020-03-26 14:10:26 +0000 | |
|---|---|---|
| committer | 2020-05-30 13:58:29 +0000 | |
| commit | 6355d6932a9e8267b3025f4061583f5610e64e54 (patch) | |
| tree | 5531fe626119b7b6f4015fd3fa1f627c6846aa9c /runtime/common_runtime_test.h | |
| parent | fa915c920f07a794f06a9bee47513dc5f303d019 (diff) | |
Remove core.art image
It is no longer used.
Test: ./art/test.py -r --optimizing
Bug: 147817558
Bug: 147819342
Change-Id: I913d7b78365d028bfcd9d876238882ebfd410682
Diffstat (limited to 'runtime/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 711bc59cbe..797846ef23 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -206,7 +206,7 @@ class CommonRuntimeTestImpl : public CommonArtTestImpl { // initializers, initialize well-known classes, and creates the heap thread pool. virtual void FinalizeSetup(); - // Returns the directory where the pre-compiled core.art can be found. + // Returns the directory where the pre-compiled boot.art can be found. static std::string GetImageDirectory(); static std::string GetImageLocation(); static std::string GetSystemImageFile(); |