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

Unified Diff: tests/language/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/language/for_in_test.dart
diff --git a/tests/language/for_in_test.dart b/tests/language/for_in_test.dart
index 4360a4890a6e91b903aedc882fc623b9dff2396e..6090dc334266e8ca6b1524023d742456ac27f34f 100644
--- a/tests/language/for_in_test.dart
+++ b/tests/language/for_in_test.dart
@@ -7,7 +7,6 @@ import "package:expect/expect.dart";
// Dart test for testing for in on a list literal.
class ForInTest {
-
static testMain() {
testSimple();
testGenericSyntax1();
@@ -46,7 +45,6 @@ class ForInTest {
List<List<String>> strArrArr;
for (strArrArr in aCollection) {}
}
-
}
main() {

Powered by Google App Engine
This is Rietveld 408576698