| Index: pkg/analyzer/test/src/summary/test_all.dart
|
| diff --git a/pkg/analyzer/test/src/summary/test_all.dart b/pkg/analyzer/test/src/summary/test_all.dart
|
| index beb944655370a60ca9675c221fe1501a2733717a..05e82689357c6758f9fe600108dfcdcee75f6942 100644
|
| --- a/pkg/analyzer/test/src/summary/test_all.dart
|
| +++ b/pkg/analyzer/test/src/summary/test_all.dart
|
| @@ -6,8 +6,6 @@ library test.src.serialization.test_all;
|
|
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| -import 'api_signature_test.dart' as api_signature_test;
|
| -import 'flat_buffers_test.dart' as flat_buffers_test;
|
| import 'in_summary_source_test.dart' as in_summary_source_test;
|
| import 'linker_test.dart' as linker_test;
|
| import 'name_filter_test.dart' as name_filter_test;
|
| @@ -21,8 +19,6 @@ import 'top_level_inference_test.dart' as top_level_inference_test;
|
| /// Utility for manually running all tests.
|
| main() {
|
| defineReflectiveSuite(() {
|
| - api_signature_test.main();
|
| - flat_buffers_test.main();
|
| in_summary_source_test.main();
|
| linker_test.main();
|
| name_filter_test.main();
|
|
|