summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Przemyslaw Szczepaniak <pszczepaniak@google.com> 2015-09-30 14:40:33 +0100
committer Narayan Kamath <narayan@google.com> 2015-11-12 10:15:58 +0000
commit5b8e6e36e96d6d1921dd356fa46191d1e6a18082 (patch)
tree33d66d1cb3377447aa687ee4625c5826370d1e85 /runtime/common_runtime_test.h
parentbe26f77dac06fb02b0cc80914b740662bf8d0b26 (diff)
Fix for gtest missing core classes, attempt 2
common_runtime_test loads both core-libart and core-oj Change-Id: I8a4d5750b99aed2e500cad89b841a57fe9c1ca69
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 c19b30f72e..2af82085ef 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 path of the libcore dex file.
- std::string GetLibCoreDexFileName();
+ // Gets the paths of the libcore dex files.
+ std::vector<std::string> GetLibCoreDexFileNames();
// Gets the path of the specified dex file for host or target.
std::string GetDexFileName(const std::string& jar_prefix);