diff options
Diffstat (limited to 'src/jni_compiler_test.cc')
-rw-r--r-- | src/jni_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jni_compiler_test.cc b/src/jni_compiler_test.cc index f717014..59b9004 100644 --- a/src/jni_compiler_test.cc +++ b/src/jni_compiler_test.cc @@ -512,7 +512,7 @@ void SuspendCountHandler(Method** frame) { gSuspendCounterHandler_calls++; Thread::Current()->DecrementSuspendCount(); } -TEST_F(JniCompilerTest, SuspendCountAcknolewdgement) { +TEST_F(JniCompilerTest, SuspendCountAcknowledgement) { scoped_ptr<DexFile> dex(OpenDexFileBase64(kMyClassNativesDex)); PathClassLoader* class_loader = AllocPathClassLoader(dex.get()); |