summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2015-09-30 14:30:19 +0000
committer Narayan Kamath <narayan@google.com> 2015-11-12 10:15:58 +0000
commitbe26f77dac06fb02b0cc80914b740662bf8d0b26 (patch)
tree25f016ddcf6a7326b95ac57ccb0e13e76be2d207 /runtime/common_runtime_test.h
parent136781e23244f9a42ba08de7035c675cfd4d108b (diff)
Revert "Fix for gtest missing core classes."
This reverts commit fa5480de6eca7f43b147c696bdb2936dc48d75d7. Change-Id: Ifa9851f4f90af6093ed0bca852c55b3026fcd554
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r--runtime/common_runtime_test.h4
1 files changed, 2 insertions, 2 deletions
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<std::string> 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);