diff options
Diffstat (limited to 'test/004-StackWalk/stack_walk_jni.cc')
-rw-r--r-- | test/004-StackWalk/stack_walk_jni.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/004-StackWalk/stack_walk_jni.cc b/test/004-StackWalk/stack_walk_jni.cc index 97afe1c310..6b155149a4 100644 --- a/test/004-StackWalk/stack_walk_jni.cc +++ b/test/004-StackWalk/stack_walk_jni.cc @@ -36,7 +36,7 @@ class TestReferenceMapVisitor : public CheckReferenceMapVisitor { if (CheckReferenceMapVisitor::VisitFrame()) { return true; } - mirror::ArtMethod* m = GetMethod(); + ArtMethod* m = GetMethod(); StringPiece m_name(m->GetName()); // Given the method name and the number of times the method has been called, |