summaryrefslogtreecommitdiff
path: root/compiler/exception_test.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2019-03-29 16:12:04 +0000
committer Vladimir Marko <vmarko@google.com> 2019-04-01 09:37:59 +0000
commitbdc93b47e2e7e8f17413669e03bc461d259d16f6 (patch)
treebd1c632196a437e90d012475afa83adf614be538 /compiler/exception_test.cc
parentf52d92fce224c86491d9b0fd6fca805564119426 (diff)
ObjPtr<>-ify StackTraceElement and ClassLoader.
Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 31113334 Change-Id: I457eeda55bbfb905dd2de0abd68451ab42ef9c1f
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 d5ceafeac9..633e124d07 100644
--- a/compiler/exception_test.cc
+++ b/compiler/exception_test.cc
@@ -33,7 +33,7 @@
#include "mirror/class-inl.h"
#include "mirror/object-inl.h"
#include "mirror/object_array-inl.h"
-#include "mirror/stack_trace_element.h"
+#include "mirror/stack_trace_element-inl.h"
#include "oat_quick_method_header.h"
#include "obj_ptr-inl.h"
#include "optimizing/stack_map_stream.h"