diff options
Diffstat (limited to 'runtime/proxy_test.cc')
-rw-r--r-- | runtime/proxy_test.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/proxy_test.cc b/runtime/proxy_test.cc index d055186f06..7b662106b3 100644 --- a/runtime/proxy_test.cc +++ b/runtime/proxy_test.cc @@ -30,6 +30,10 @@ namespace proxy_test { class ProxyTest : public CommonRuntimeTest { protected: + ProxyTest() { + use_boot_image_ = true; // Make the Runtime creation cheaper. + } + void SetUp() override { CommonRuntimeTest::SetUp(); // The creation of a Proxy class uses WellKnownClasses. These are not normally initialized by |