diff options
| author | 2020-10-12 15:43:54 +0000 | |
|---|---|---|
| committer | 2020-10-12 15:43:54 +0000 | |
| commit | 45a01f21cae3a0d25e689b86a0273c5b8c46244f (patch) | |
| tree | 0c7169d33b71d643957e1acdaffc0ff61d4526fb /runtime/dexopt_test.cc | |
| parent | a706b3294032ff1a9640b13e44b05369a946e2d1 (diff) | |
| parent | ae7168e19f886ed43ed200f9b0e769613df485f9 (diff) | |
Remove unused image space order argument am: ae7168e19f
Original change: https://android-review.googlesource.com/c/platform/art/+/1454864
Change-Id: I144568143d2af945eb2316a2be07823f5e10cb82
Diffstat (limited to 'runtime/dexopt_test.cc')
| -rw-r--r-- | runtime/dexopt_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/dexopt_test.cc b/runtime/dexopt_test.cc index 8ba6f3ec1d..cfd7f9125f 100644 --- a/runtime/dexopt_test.cc +++ b/runtime/dexopt_test.cc @@ -156,7 +156,6 @@ void DexoptTest::GenerateOatForTest(const std::string& dex_location, ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations()), ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), kRuntimeISA, - gc::space::ImageSpaceLoadingOrder::kSystemFirst, &error_msg); ASSERT_EQ(!with_alternate_image, match) << error_msg; } |