summaryrefslogtreecommitdiff
path: root/compiler/exception_test.cc
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2018-01-08 20:45:00 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-01-08 20:45:00 +0000
commit812d4d4091b07c83a340e775325b7f42c8521574 (patch)
tree7887b2cd4662410114f205bbe1896ff094d51407 /compiler/exception_test.cc
parent4b9a11f1d43df69c50e93ba1793fce1c2216682b (diff)
parent698ebbca3c54d17c696e87b9e5838df6a5ac9b08 (diff)
Merge "Clean up CodeItemAccessors and Compact/StandardDexFile"
Diffstat (limited to 'compiler/exception_test.cc')
-rw-r--r--compiler/exception_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc
index 8f7ab05791..7bacacf91d 100644
--- a/compiler/exception_test.cc
+++ b/compiler/exception_test.cc
@@ -130,7 +130,7 @@ class ExceptionTest : public CommonRuntimeTest {
TEST_F(ExceptionTest, FindCatchHandler) {
ScopedObjectAccess soa(Thread::Current());
- CodeItemDataAccessor accessor(dex_, dex_->GetCodeItem(method_f_->GetCodeItemOffset()));
+ CodeItemDataAccessor accessor(*dex_, dex_->GetCodeItem(method_f_->GetCodeItemOffset()));
ASSERT_TRUE(accessor.HasCodeItem());