summaryrefslogtreecommitdiff
path: root/runtime/exception_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/exception_test.cc')
-rw-r--r--runtime/exception_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/exception_test.cc b/runtime/exception_test.cc
index 933b74ace1..e48208d771 100644
--- a/runtime/exception_test.cc
+++ b/runtime/exception_test.cc
@@ -95,8 +95,8 @@ class ExceptionTest : public CommonTest {
UnsignedLeb128EncodingVector fake_vmap_table_data_;
std::vector<uint8_t> fake_gc_map_;
- mirror::AbstractMethod* method_f_;
- mirror::AbstractMethod* method_g_;
+ mirror::ArtMethod* method_f_;
+ mirror::ArtMethod* method_g_;
private:
mirror::Class* my_klass_;