| Index: pkg/analyzer/test/test_all.dart
|
| diff --git a/pkg/analyzer/test/test_all.dart b/pkg/analyzer/test/test_all.dart
|
| index 222beb809bf7a052d254e082fb3ce3ffc8a99558..cde1f38234c262211bb18159cf840f0092e4c2e9 100644
|
| --- a/pkg/analyzer/test/test_all.dart
|
| +++ b/pkg/analyzer/test/test_all.dart
|
| @@ -14,7 +14,6 @@ import 'instrumentation/test_all.dart' as instrumentation;
|
| import 'parse_compilation_unit_test.dart' as parse_compilation_unit;
|
| import 'source/test_all.dart' as source;
|
| import 'src/test_all.dart' as src;
|
| -import 'task/test_all.dart' as task;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| @@ -28,6 +27,5 @@ main() {
|
| parse_compilation_unit.main();
|
| source.main();
|
| src.main();
|
| - task.main();
|
| });
|
| }
|
|
|