diff options
author | 2013-03-10 20:26:16 -0700 | |
---|---|---|
committer | 2013-03-11 15:47:02 -0700 | |
commit | bd86bccf1b47f1151842152ee52cf5d46d6b34ab (patch) | |
tree | c0c110b47435c6e8548f1b7126f9ea20da7fd934 /src/exception_test.cc | |
parent | 5d021c7399fa8090910d5b47ed00465a4e0e7e0f (diff) |
Tracking rebase to jb-mr1-release
Change-Id: Ic2ae1a27682cc4152003a68d59068b2c5c5eb09b
Diffstat (limited to 'src/exception_test.cc')
-rw-r--r-- | src/exception_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exception_test.cc b/src/exception_test.cc index 1d32f1bb6a..f0bec1b2c3 100644 --- a/src/exception_test.cc +++ b/src/exception_test.cc @@ -137,7 +137,8 @@ TEST_F(ExceptionTest, FindCatchHandler) { TEST_F(ExceptionTest, StackTraceElement) { Thread* thread = Thread::Current(); thread->TransitionFromSuspendedToRunnable(); - runtime_->Start(); + bool started = runtime_->Start(); + CHECK(started); JNIEnv* env = thread->GetJniEnv(); ScopedObjectAccess soa(env); |