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

Unified Diff: tests/language_strong/constructor_name_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
Index: tests/language_strong/constructor_name_test.dart
diff --git a/tests/language_strong/constructor_name_test.dart b/tests/language_strong/constructor_name_test.dart
index 7559d2eaf46dd1c9355b998596ad0e1be2270634..02fa3eda29e3a8d51cb98f05807bb6617489408b 100644
--- a/tests/language_strong/constructor_name_test.dart
+++ b/tests/language_strong/constructor_name_test.dart
@@ -8,9 +8,8 @@ class Foo {
factory Bar.Baz(); //# 03: compile-time error
}
-
void main() {
new Foo();
new Foo.Foo(); //# 01: continued
new Foo.Baz(); //# 03: continued
-}
+}
« no previous file with comments | « tests/language_strong/constructor_initializer_test.dart ('k') | tests/language_strong/constructor_named_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698