summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file_assistant_test.cc
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2015-03-10 16:57:05 +0000
committerRichard Uhler <ruhler@google.com>2015-03-10 16:57:05 +0000
commit892fc96694b51ac7a896dacd75af5b235f955825 (patch)
treed59bf83a08fead7d9823230831bea63c9e43a62c /runtime/oat_file_assistant_test.cc
parentf45599d8f92748c5c2d2aec515948932c52444eb (diff)
downloadandroid_art-892fc96694b51ac7a896dacd75af5b235f955825.tar.gz
android_art-892fc96694b51ac7a896dacd75af5b235f955825.tar.bz2
android_art-892fc96694b51ac7a896dacd75af5b235f955825.zip
Revert "Turn on logging for oat file assistant tests."
This reverts commit f45599d8f92748c5c2d2aec515948932c52444eb. Change-Id: I33c6c5bf1d2643bdf8ce13708f376d01599c2a98
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 4232b88ac3..d683cdc31c 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(),