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

Unified Diff: runtime/vm/dart_entry_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/dart_entry.cc ('k') | runtime/vm/datastream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_entry_test.cc
diff --git a/runtime/vm/dart_entry_test.cc b/runtime/vm/dart_entry_test.cc
index eb694cfb584a3d5361a7b005afff433fd4b7f34b..6add7fec01717e953fffd761114df4c63de24caa 100644
--- a/runtime/vm/dart_entry_test.cc
+++ b/runtime/vm/dart_entry_test.cc
@@ -42,7 +42,6 @@ TEST_CASE(DartEntry) {
EXPECT_EQ(Smi::New(42), retval.raw());
}
-
TEST_CASE(InvokeStatic_CompileError) {
const char* kScriptChars =
"class A {\n"
@@ -67,7 +66,6 @@ TEST_CASE(InvokeStatic_CompileError) {
EXPECT_SUBSTRING("++++", Error::Cast(retval).ToErrorCString());
}
-
TEST_CASE(InvokeDynamic_CompileError) {
const char* kScriptChars =
"class A {\n"
« no previous file with comments | « runtime/vm/dart_entry.cc ('k') | runtime/vm/datastream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698