diff options
Diffstat (limited to 'compiler/jni/jni_compiler_test.cc')
-rw-r--r-- | compiler/jni/jni_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc index 560a146052..4b6967faa0 100644 --- a/compiler/jni/jni_compiler_test.cc +++ b/compiler/jni/jni_compiler_test.cc @@ -68,7 +68,7 @@ class JniCompilerTest : public CommonTest { void SetUpForTest(bool direct, const char* method_name, const char* method_sig, void* native_fnptr) { // Initialize class loader and compile method when runtime not started. - if (!runtime_->IsStarted()){ + if (!runtime_->IsStarted()) { { ScopedObjectAccess soa(Thread::Current()); class_loader_ = LoadDex("MyClassNatives"); |