diff options
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) |