From db40eac139e2bc2b7b450277f4ba63c131d30dbc Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Fri, 9 Jun 2017 18:34:11 -0700 Subject: Address review comments for aog/411660 Added test for bulk adding method apis. Test: test-art-host Change-Id: Ib5b8c73e572110bccbbab031c11f030c23545fba --- runtime/common_runtime_test.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/common_runtime_test.h') 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> OpenTestDexFiles(const char* name); - std::unique_ptr OpenTestDexFile(const char* name) - REQUIRES_SHARED(Locks::mutator_lock_); + std::unique_ptr 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) -- cgit v1.2.3-59-g8ed1b