Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: net/base/int128_unittest.cc

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/int128_unittest.cc
diff --git a/net/base/int128_unittest.cc b/net/base/int128_unittest.cc
index 78790e765fd2af201902d8d9c0169edd079c43a1..6d8b45adaf10d9a3de4f679f7755fa3b53a4cdd4 100644
--- a/net/base/int128_unittest.cc
+++ b/net/base/int128_unittest.cc
@@ -110,8 +110,8 @@ TEST(Int128, AllTests) {
EXPECT_EQ(kuint128max, -one);
EXPECT_EQ(zero, -zero);
- LOG(INFO) << one;
- LOG(INFO) << big_minus_one;
Ryan Sleevi 2013/11/25 01:08:32 just delete these?
scottmg 2013/11/25 17:12:38 Done.
+ VLOG(0) << one;
+ VLOG(0) << big_minus_one;
}
TEST(Int128, PodTests) {

Powered by Google App Engine
This is Rietveld 408576698