diff options
author | 2017-06-09 18:34:11 -0700 | |
---|---|---|
committer | 2017-06-12 18:10:35 -0700 | |
commit | db40eac139e2bc2b7b450277f4ba63c131d30dbc (patch) | |
tree | e91b75a9fc69c28b06e91c9028d7fc29dcfaa1a0 /runtime/common_runtime_test.h | |
parent | 16d59b2b0ff202be99cbe24830e8a5080b774357 (diff) |
Address review comments for aog/411660
Added test for bulk adding method apis.
Test: test-art-host
Change-Id: Ib5b8c73e572110bccbbab031c11f030c23545fba
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r-- | runtime/common_runtime_test.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 1274a3623b..019770302d 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -132,8 +132,7 @@ class CommonRuntimeTestImpl { std::vector<std::unique_ptr<const DexFile>> OpenTestDexFiles(const char* name); - std::unique_ptr<const DexFile> OpenTestDexFile(const char* name) - REQUIRES_SHARED(Locks::mutator_lock_); + std::unique_ptr<const DexFile> OpenTestDexFile(const char* name); jobject LoadDex(const char* dex_name) REQUIRES_SHARED(Locks::mutator_lock_); jobject LoadMultiDex(const char* first_dex_name, const char* second_dex_name) |