summaryrefslogtreecommitdiff
path: root/runtime/mirror/object_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/object_test.cc')
-rw-r--r--runtime/mirror/object_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/mirror/object_test.cc b/runtime/mirror/object_test.cc
index e26cf427b4..f67f6f393d 100644
--- a/runtime/mirror/object_test.cc
+++ b/runtime/mirror/object_test.cc
@@ -50,6 +50,10 @@ namespace mirror {
class ObjectTest : public CommonRuntimeTest {
protected:
+ ObjectTest() {
+ use_boot_image_ = true; // Make the Runtime creation cheaper.
+ }
+
void AssertString(int32_t expected_utf16_length,
const char* utf8_in,
const char* utf16_expected_le,