summaryrefslogtreecommitdiff
path: root/runtime/dexopt_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dexopt_test.cc')
-rw-r--r--runtime/dexopt_test.cc1
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;
}