diff options
| author | 2016-09-28 23:15:04 +0000 | |
|---|---|---|
| committer | 2016-09-28 23:15:05 +0000 | |
| commit | 73dac6e3668e91ddd3123a8c5ddb08c76b178fca (patch) | |
| tree | 9292241a268315899d6fa72f3391c5df5eef8f20 /compiler | |
| parent | 0ba1ba25784dfd59af601c3bb049c36c1e7820a4 (diff) | |
| parent | 294a9152688dfdf28cbb4c1d9b73d1605a7084d2 (diff) | |
Merge "jni: test CriticalNative with generic jni"
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/jni/jni_compiler_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc index b692c6d9ad..14301884dd 100644 --- a/compiler/jni/jni_compiler_test.cc +++ b/compiler/jni/jni_compiler_test.cc @@ -431,6 +431,7 @@ jobject JniCompilerTest::class_loader_; TEST_F(JniCompilerTest, TestName ## CriticalGeneric) { \ SCOPED_TRACE("@CriticalNative JNI with generic"); \ gCurrentJni = static_cast<uint32_t>(JniKind::kCritical); \ + SetCheckGenericJni(true); \ TestName ## Impl(); \ } |