summaryrefslogtreecommitdiff
path: root/src/exception_test.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-03-10 20:26:16 -0700
committer Brian Carlstrom <bdc@google.com> 2013-03-11 15:47:02 -0700
commitbd86bccf1b47f1151842152ee52cf5d46d6b34ab (patch)
treec0c110b47435c6e8548f1b7126f9ea20da7fd934 /src/exception_test.cc
parent5d021c7399fa8090910d5b47ed00465a4e0e7e0f (diff)
Tracking rebase to jb-mr1-release
Change-Id: Ic2ae1a27682cc4152003a68d59068b2c5c5eb09b
Diffstat (limited to 'src/exception_test.cc')
-rw-r--r--src/exception_test.cc3
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);