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

Unified Diff: tests/compiler/dart2js_extra/if_null_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
« no previous file with comments | « tests/compiler/dart2js_extra/if_in_loop_test.dart ('k') | tests/compiler/dart2js_extra/if_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/if_null_test.dart
diff --git a/tests/compiler/dart2js_extra/if_null_test.dart b/tests/compiler/dart2js_extra/if_null_test.dart
index 5574643fafeca0ce72afd40bb18ce120a91a1bea..2b25f4356173f71703680f4fc1dcaa8b5493140e 100644
--- a/tests/compiler/dart2js_extra/if_null_test.dart
+++ b/tests/compiler/dart2js_extra/if_null_test.dart
@@ -4,7 +4,8 @@
import "package:expect/expect.dart";
-@NoInline() @AssumeDynamic()
+@NoInline()
+@AssumeDynamic()
confuse(x) => x;
main(args) {
@@ -26,8 +27,13 @@ main(args) {
new D();
}
-class A { m() => 'a'; }
-class B { m() => 'b'; }
+class A {
+ m() => 'a';
+}
+
+class B {
+ m() => 'b';
+}
class C {
var y;
« no previous file with comments | « tests/compiler/dart2js_extra/if_in_loop_test.dart ('k') | tests/compiler/dart2js_extra/if_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698