| Index: pkg/analysis_server/test/src/test_all.dart
|
| diff --git a/pkg/analysis_server/test/src/test_all.dart b/pkg/analysis_server/test/src/test_all.dart
|
| index e7df8d3e65615fc8929f273a774d5f52e9f60c38..63a5bcf65f94905b4de79e96b409a16c3876dc0e 100644
|
| --- a/pkg/analysis_server/test/src/test_all.dart
|
| +++ b/pkg/analysis_server/test/src/test_all.dart
|
| @@ -6,6 +6,7 @@ library test.src;
|
|
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| +import 'plugin/test_all.dart' as plugin_all;
|
| import 'utilities/test_all.dart' as utilities_all;
|
|
|
| /**
|
| @@ -13,6 +14,7 @@ import 'utilities/test_all.dart' as utilities_all;
|
| */
|
| main() {
|
| defineReflectiveSuite(() {
|
| + plugin_all.main();
|
| utilities_all.main();
|
| }, name: 'analysis_server');
|
| }
|
|
|