From be26f77dac06fb02b0cc80914b740662bf8d0b26 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Wed, 30 Sep 2015 14:30:19 +0000 Subject: Revert "Fix for gtest missing core classes." This reverts commit fa5480de6eca7f43b147c696bdb2936dc48d75d7. Change-Id: Ifa9851f4f90af6093ed0bca852c55b3026fcd554 --- runtime/common_runtime_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/common_runtime_test.h') diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 2af82085ef..c19b30f72e 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -92,8 +92,8 @@ class CommonRuntimeTest : public testing::Test { virtual void TearDown(); - // Gets the paths of the libcore dex files. - std::vector GetLibCoreDexFileNames(); + // Gets the path of the libcore dex file. + std::string GetLibCoreDexFileName(); // Gets the path of the specified dex file for host or target. std::string GetDexFileName(const std::string& jar_prefix); -- cgit v1.2.3-59-g8ed1b