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

Unified Diff: runtime/vm/resolver_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/resolver.cc ('k') | runtime/vm/reusable_handles.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/resolver_test.cc
diff --git a/runtime/vm/resolver_test.cc b/runtime/vm/resolver_test.cc
index e53b08813ea214c65e545f9a16886405911288b7..3142f13b166a381b57f4d583becfe94582aa6e9e 100644
--- a/runtime/vm/resolver_test.cc
+++ b/runtime/vm/resolver_test.cc
@@ -2,13 +2,13 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+#include "vm/resolver.h"
#include "platform/assert.h"
#include "vm/assembler.h"
#include "vm/class_finalizer.h"
#include "vm/compiler.h"
#include "vm/dart_entry.h"
#include "vm/object.h"
-#include "vm/resolver.h"
#include "vm/symbols.h"
#include "vm/unit_test.h"
@@ -49,7 +49,6 @@ static void SetupFunction(const char* test_library_name,
EXPECT(ClassFinalizer::ProcessPendingClasses());
}
-
// Setup a static function for invocation.
static void SetupStaticFunction(const char* test_library_name,
const char* test_class_name,
@@ -59,7 +58,6 @@ static void SetupStaticFunction(const char* test_library_name,
true);
}
-
// Setup an instance function for invocation.
static void SetupInstanceFunction(const char* test_library_name,
const char* test_class_name,
@@ -68,7 +66,6 @@ static void SetupInstanceFunction(const char* test_library_name,
SetupFunction(test_library_name, test_class_name, test_function_name, false);
}
-
TEST_CASE(DartStaticResolve) {
const char* test_library_name = "ResolverApp";
const char* test_class_name = "A";
@@ -128,7 +125,6 @@ TEST_CASE(DartStaticResolve) {
}
}
-
TEST_CASE(DartDynamicResolve) {
const char* test_library_name = "ResolverApp";
const char* test_class_name = "A";
« no previous file with comments | « runtime/vm/resolver.cc ('k') | runtime/vm/reusable_handles.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698