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

Unified Diff: tests/language/function_subtype_typearg0_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/function_subtype_typearg0_test.dart
diff --git a/tests/language/function_subtype_typearg0_test.dart b/tests/language/function_subtype_typearg0_test.dart
index 58f9d98fc1b42ab2c37358b6bb99e60bd7285134..ef39ba91546793e771300a0eb73f3e0f8b2c866a 100644
--- a/tests/language/function_subtype_typearg0_test.dart
+++ b/tests/language/function_subtype_typearg0_test.dart
@@ -24,6 +24,6 @@ void main() {
Expect.isFalse(new A<Foo>().foo(bar2));
Expect.isTrue(new A<Foo>().foo(bar3));
Expect.isFalse(new A<Foo>().foo(bar4));
- Expect.isTrue(new A<Foo>().foo((){}));
- Expect.isFalse(new A<Foo>().foo((i){}));
-}
+ Expect.isTrue(new A<Foo>().foo(() {}));
+ Expect.isFalse(new A<Foo>().foo((i) {}));
+}

Powered by Google App Engine
This is Rietveld 408576698