diff options
| author | 2019-02-20 11:27:52 +0000 | |
|---|---|---|
| committer | 2019-02-20 12:03:00 +0000 | |
| commit | 2b076df33e508c04657427e4bd961d19f964e0ed (patch) | |
| tree | 37c77f1f86400bf52b9f49cff9f40ba2de9122fe /runtime/common_runtime_test.h | |
| 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/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index d7f6127ccb..ab90fc5444 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -97,6 +97,9 @@ class CommonRuntimeTestImpl : public CommonArtTestImpl { return true; } + void MakeInterpreted(ObjPtr<mirror::Class> klass) + REQUIRES_SHARED(Locks::mutator_lock_); + static bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, /*out*/std::string* error_msg); |