diff options
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
-rw-r--r-- | compiler/driver/compiler_driver_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index e35d07da83..a5ace0bf42 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -210,8 +210,8 @@ TEST_F(CompilerDriverMethodsTest, Selection) { CompileAll(class_loader); ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); - StackHandleScope<1> hs(self); ScopedObjectAccess soa(self); + StackHandleScope<1> hs(self); Handle<mirror::ClassLoader> h_loader(hs.NewHandle( reinterpret_cast<mirror::ClassLoader*>(self->DecodeJObject(class_loader)))); mirror::Class* klass = class_linker->FindClass(self, "LStaticLeafMethods;", h_loader); |