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() { |