summaryrefslogtreecommitdiff
path: root/src/exception_test.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2011-08-28 22:41:38 -0700
committer Brian Carlstrom <bdc@google.com> 2011-08-29 09:50:10 -0700
commit9f30b38d74990286ce27c3a45368f73dbe3638f0 (patch)
tree81bddd7b70e4b58aadce258cc25bba64de030deb /src/exception_test.cc
parent4417536522fd2a9d8215d8672331984769c9520b (diff)
Externalize test code
Change-Id: Iab19397c7a72fb9a3ca63bfd0bc4eaf1a98138ba
Diffstat (limited to 'src/exception_test.cc')
-rw-r--r--src/exception_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception_test.cc b/src/exception_test.cc
index a1a101da78..f2701dd94d 100644
--- a/src/exception_test.cc
+++ b/src/exception_test.cc
@@ -94,7 +94,7 @@ class ExceptionTest : public CommonTest {
return DexFile::CatchHandlerItem();
}
- scoped_ptr<DexFile> dex_;
+ scoped_ptr<const DexFile> dex_;
Method* method_f_;
Method* method_g_;