diff options
author | 2019-02-20 11:27:52 +0000 | |
---|---|---|
committer | 2019-02-20 12:03:00 +0000 | |
commit | 2b076df33e508c04657427e4bd961d19f964e0ed (patch) | |
tree | 37c77f1f86400bf52b9f49cff9f40ba2de9122fe /runtime/proxy_test.cc | |
parent | 038924b75f06b91c2a7e944196ca11f118ce182f (diff) |
Make jni_internal_test a CommonRuntimeTest.
Also clean up proxy_test and reflection_test.
Test: m test-art-host-gtest
Change-Id: I7530855a40d7b9f7214ea7a069508ae1361b2b42
Diffstat (limited to 'runtime/proxy_test.cc')
-rw-r--r-- | runtime/proxy_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/proxy_test.cc b/runtime/proxy_test.cc index f1e485b951..b78855fd3d 100644 --- a/runtime/proxy_test.cc +++ b/runtime/proxy_test.cc @@ -19,7 +19,7 @@ #include "art_field-inl.h" #include "base/enums.h" -#include "common_compiler_test.h" +#include "common_runtime_test.h" #include "mirror/field-inl.h" #include "proxy_test.h" #include "scoped_thread_state_change-inl.h" |