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

Unified Diff: tests/compiler/dart2js_extra/this_test.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_extra/this_test.dart
diff --git a/tests/compiler/dart2js_extra/this_test.dart b/tests/compiler/dart2js_extra/this_test.dart
index 18cf323c4124de8a1d483878a9d02dec960d6581..e0804e7957e7e94661b47369de4ab871ca7f446c 100644
--- a/tests/compiler/dart2js_extra/this_test.dart
+++ b/tests/compiler/dart2js_extra/this_test.dart
@@ -7,7 +7,9 @@ import "package:expect/expect.dart";
class A {
int x;
getX() => this.x;
- setX(val) { this.x = val; }
+ setX(val) {
+ this.x = val;
+ }
}
main() {
« no previous file with comments | « tests/compiler/dart2js_extra/this_redirecting_constructor_test.dart ('k') | tests/compiler/dart2js_extra/to_string_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698