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

Unified Diff: tests/language/abstract_factory_constructor_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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/language/abstract_exact_selector_test.dart ('k') | tests/language/abstract_getter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/abstract_factory_constructor_test.dart
diff --git a/tests/language/abstract_factory_constructor_test.dart b/tests/language/abstract_factory_constructor_test.dart
index aacfee0079e80c38b23bad13d9226819d190720c..e6104949cec29453ae6107fdd2c3ee9813a5563f 100644
--- a/tests/language/abstract_factory_constructor_test.dart
+++ b/tests/language/abstract_factory_constructor_test.dart
@@ -13,8 +13,10 @@ class B extends A1 {
abstract class A1 {
A1() {}
- method(); // Abstract.
- factory A1.make() { return new B(); }
+ method(); // Abstract.
+ factory A1.make() {
+ return new B();
+ }
}
class A2 {
« no previous file with comments | « tests/language/abstract_exact_selector_test.dart ('k') | tests/language/abstract_getter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698