diff options
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r-- | runtime/common_runtime_test.h | 4 |
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); |