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

Unified Diff: tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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
Index: tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart
diff --git a/tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart b/tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart
index 91670bcdffa5da4f7d7898afb6848790506cc0a7..be230b5c11cb35f48b719183bc05592ae691b9ed 100644
--- a/tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart
+++ b/tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart
@@ -54,8 +54,8 @@ final toplevelFinalField = toplevelFunction;
const toplevelConstField = toplevelFunction;
get toplevelGetter => () {
- counter++;
-};
+ counter++;
+ };
typedef F();
@@ -71,9 +71,8 @@ class B {
};
get superGetter => () {
- counter++;
- };
-
+ counter++;
+ };
}
class C<T> extends B {
@@ -92,8 +91,8 @@ class C<T> extends B {
static const staticConstField = staticFunction;
static get staticGetter => () {
- counter++;
- };
+ counter++;
+ };
instanceMethod() {
counter++;
@@ -104,8 +103,8 @@ class C<T> extends B {
};
get instanceGetter => () {
- counter++;
- };
+ counter++;
+ };
instanceInvokes() {
instanceMethod();
@@ -124,4 +123,4 @@ class C<T> extends B {
F();
T();
}
-}
+}
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/colors.dart ('k') | tests/compiler/dart2js/sourcemaps/data/operators_test_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698