summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-12-03 18:43:54 +0000
committer Vladimir Marko <vmarko@google.com> 2018-12-03 18:43:54 +0000
commit00fe35e4021e9a8679eca3ffaede48fd89b56258 (patch)
tree7db00623bf74e8f37a87fcc653c37191b6d37024 /runtime/common_runtime_test.h
parentec91d48cade73c54f7a03c5d53d863bc2490976e (diff)
Revert "Reduce core image to core-{oj,libart,simple}."
This reverts commit ec91d48cade73c54f7a03c5d53d863bc2490976e. Reason for revert: Breaks libcore tests. Change-Id: I0ea55f74635332177eadd9a69fb831e7f5dc16c7
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r--runtime/common_runtime_test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h
index f5b9058893..c48ab3629c 100644
--- a/runtime/common_runtime_test.h
+++ b/runtime/common_runtime_test.h
@@ -97,9 +97,6 @@ class CommonRuntimeTestImpl : public CommonArtTestImpl {
return true;
}
- static bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,
- /*out*/std::string* error_msg);
-
protected:
// Allow subclases such as CommonCompilerTest to add extra options.
virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}