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

Unified Diff: tests/language/generic_methods_function_type_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/generic_methods_function_type_test.dart
diff --git a/tests/language/generic_methods_function_type_test.dart b/tests/language/generic_methods_function_type_test.dart
index d82a0b401c1894d0f6d22e5881fb8a2046a8c6a4..270519b39d117277bb0d57587c1d5d4094090dda 100644
--- a/tests/language/generic_methods_function_type_test.dart
+++ b/tests/language/generic_methods_function_type_test.dart
@@ -20,4 +20,3 @@ main() {
Expect.equals(new C<int>().m1<int>((x) => x, 10), 10);
Expect.equals(new C<int>().m2<int>((x) => x, 20), 20);
}
-

Powered by Google App Engine
This is Rietveld 408576698