commit | 9f30b38d74990286ce27c3a45368f73dbe3638f0 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Sun Aug 28 22:41:38 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Aug 29 09:50:10 2011 -0700 |
tree | 81bddd7b70e4b58aadce258cc25bba64de030deb | |
parent | 4417536522fd2a9d8215d8672331984769c9520b [diff] [blame] |
Externalize test code Change-Id: Iab19397c7a72fb9a3ca63bfd0bc4eaf1a98138ba
diff --git a/src/image_test.cc b/src/image_test.cc index 54c2c75..bd30e71 100644 --- a/src/image_test.cc +++ b/src/image_test.cc
@@ -51,7 +51,7 @@ // lucky by pointers that happen to work referencing the earlier // dex. delete java_lang_dex_file_.release(); - scoped_ptr<DexFile> dex(GetLibCoreDex()); + scoped_ptr<const DexFile> dex(GetLibCoreDex()); ASSERT_TRUE(dex != NULL); std::vector<const DexFile*> boot_class_path;