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

Unified Diff: runtime/vm/log_test.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 months 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
« no previous file with comments | « runtime/vm/log.cc ('k') | runtime/vm/longjump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/log_test.cc
diff --git a/runtime/vm/log_test.cc b/runtime/vm/log_test.cc
index aa95f094660d5761e6d55d06979e0dcb4e88f561..ea4670e62770d85ece949fbe17e4c625c309e45b 100644
--- a/runtime/vm/log_test.cc
+++ b/runtime/vm/log_test.cc
@@ -54,7 +54,6 @@ class LogTestHelper : public AllStatic {
}
};
-
TEST_CASE(Log_Macro) {
test_output_ = NULL;
Log* log = Log::Current();
@@ -67,7 +66,6 @@ TEST_CASE(Log_Macro) {
LogTestHelper::FreeTestOutput();
}
-
TEST_CASE(Log_Basic) {
test_output_ = NULL;
Log* log = new Log(TestPrinter);
@@ -80,7 +78,6 @@ TEST_CASE(Log_Basic) {
LogTestHelper::FreeTestOutput();
}
-
TEST_CASE(Log_Block) {
test_output_ = NULL;
Log* log = new Log(TestPrinter);
« no previous file with comments | « runtime/vm/log.cc ('k') | runtime/vm/longjump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698