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

Unified Diff: tests/corelib_strong/for_in_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/corelib_strong/for_in_test.dart
diff --git a/tests/corelib_strong/for_in_test.dart b/tests/corelib_strong/for_in_test.dart
index 616d7211c284114f6c248c8d8102f7c0104d7556..35d1a86439caf2cf607a7419e6821414e6866568 100644
--- a/tests/corelib_strong/for_in_test.dart
+++ b/tests/corelib_strong/for_in_test.dart
@@ -48,7 +48,7 @@ class ForInTest {
count = 0;
int i = 0;
- Expect.equals(false, set.contains(i)); // Used to test [i] after loop.
+ Expect.equals(false, set.contains(i)); // Used to test [i] after loop.
for (i in set) {
count += i;
}

Powered by Google App Engine
This is Rietveld 408576698