summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-09-26 19:45:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-26 19:45:23 +0000
commita4850b0fa18c8b92dd5c20c166856cfe87aec72f (patch)
treef38d8d8aae51f53e7ee6b474f47597b784fc2316 /runtime/common_runtime_test.cc
parent0cfe19af3b7395658210ea6044a65c9811962a7a (diff)
parent3fec9ac0d5af1358d216eb2fdc2000ec0205f3f0 (diff)
Merge "ART: Use libbase logging"
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r--runtime/common_runtime_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc
index 8a486040b5..11722b2573 100644
--- a/runtime/common_runtime_test.cc
+++ b/runtime/common_runtime_test.cc
@@ -58,7 +58,7 @@ int main(int argc, char **argv) {
setenv("ANDROID_LOG_TAGS", "*:e", 1);
art::InitLogging(argv);
- LOG(::art::INFO) << "Running main() from common_runtime_test.cc...";
+ LOG(INFO) << "Running main() from common_runtime_test.cc...";
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}