Index: tests/corelib/collection_test.dart |
diff --git a/tests/corelib/collection_test.dart b/tests/corelib/collection_test.dart |
index 680e20ab7268cb42862c6c961168a9776f246c39..bcbfd830a3953429c5dcc911ee4983c4813a4d34 100644 |
--- a/tests/corelib/collection_test.dart |
+++ b/tests/corelib/collection_test.dart |
@@ -18,7 +18,6 @@ class CollectionTest { |
} |
} |
- |
main() { |
final TEST_ELEMENTS = const [4, 2, 6, 7, 9]; |
// Const list. |