diff options
author | 2019-03-29 16:12:04 +0000 | |
---|---|---|
committer | 2019-04-01 09:37:59 +0000 | |
commit | bdc93b47e2e7e8f17413669e03bc461d259d16f6 (patch) | |
tree | bd1c632196a437e90d012475afa83adf614be538 /runtime/module_exclusion_test.cc | |
parent | f52d92fce224c86491d9b0fd6fca805564119426 (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 'runtime/module_exclusion_test.cc')
-rw-r--r-- | runtime/module_exclusion_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/module_exclusion_test.cc b/runtime/module_exclusion_test.cc index 14942edea6..67b79d45db 100644 --- a/runtime/module_exclusion_test.cc +++ b/runtime/module_exclusion_test.cc @@ -19,7 +19,7 @@ #include "class_linker-inl.h" #include "handle.h" #include "handle_scope-inl.h" -#include "mirror/class_loader.h" +#include "mirror/class_loader-inl.h" #include "mirror/dex_cache.h" #include "mirror/object-inl.h" #include "runtime.h" |