Address review comments for aog/411660

Added test for bulk adding method apis.

Test: test-art-host

Change-Id: Ib5b8c73e572110bccbbab031c11f030c23545fba
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h
index 1274a36..0197703 100644
--- a/runtime/common_runtime_test.h
+++ b/runtime/common_runtime_test.h
@@ -132,8 +132,7 @@
 
   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)