summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file_assistant_test.cc
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2015-03-10 16:58:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-10 16:58:59 +0000
commit9a5342ef8535b54305dab72e2ac1b3412a053f9d (patch)
tree7c82077625a00efefd27b2f2f1bd0c6fbe29e383 /runtime/oat_file_assistant_test.cc
parentf719fdd20e6282f3579cb99529bb65e852612647 (diff)
parent892fc96694b51ac7a896dacd75af5b235f955825 (diff)
downloadart-9a5342ef8535b54305dab72e2ac1b3412a053f9d.zip
art-9a5342ef8535b54305dab72e2ac1b3412a053f9d.tar.gz
art-9a5342ef8535b54305dab72e2ac1b3412a053f9d.tar.bz2
Merge "Revert "Turn on logging for oat file assistant tests.""
Diffstat (limited to 'runtime/oat_file_assistant_test.cc')
-rw-r--r--runtime/oat_file_assistant_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant_test.cc b/runtime/oat_file_assistant_test.cc
index 4232b88..d683cdc 100644
--- a/runtime/oat_file_assistant_test.cc
+++ b/runtime/oat_file_assistant_test.cc
@@ -67,7 +67,7 @@ class OatFileAssistantTest : public CommonRuntimeTest {
}
virtual void SetUpRuntimeOptions(RuntimeOptions* options) {
- options->push_back(std::make_pair("-verbose:oat", nullptr));
+ // options->push_back(std::make_pair("-verbose:oat", nullptr));
// Set up the image location.
options->push_back(std::make_pair("-Ximage:" + GetImageLocation(),