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

Unified Diff: tests/language/bound_closure_equality_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/bound_closure_equality_test.dart
diff --git a/tests/language/bound_closure_equality_test.dart b/tests/language/bound_closure_equality_test.dart
index fc645ce6e188109f990e3617cea7c63ab6a3297c..e68c4b00cdca26a01fd7de7ce9048e80ffeaf1c2 100644
--- a/tests/language/bound_closure_equality_test.dart
+++ b/tests/language/bound_closure_equality_test.dart
@@ -33,7 +33,7 @@ main() {
}
// Try with dart2js intercepted types.
- array = ['foo', 'bar', [], [], const []];
+ array = ['foo', 'bar', [], [], const []];
set = new Set.from(array.map((a) => a.indexOf));
Expect.equals(array.length, set.length);
set.addAll(array.map((a) => a.indexOf));

Powered by Google App Engine
This is Rietveld 408576698