| Index: pkg/analysis_server/test/test_all.dart
|
| diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart
|
| index 9307059165dd7b47203d46461666410841b4d22d..77faa635faab3d0a5d7adda68a58b0ba701d72d0 100644
|
| --- a/pkg/analysis_server/test/test_all.dart
|
| +++ b/pkg/analysis_server/test/test_all.dart
|
| @@ -18,6 +18,7 @@ import 'protocol_server_test.dart' as protocol_server_test;
|
| import 'protocol_test.dart' as protocol_test;
|
| import 'search/test_all.dart' as search_all;
|
| import 'services/test_all.dart' as services_all;
|
| +import 'server_options_test.dart' as server_options;
|
| import 'socket_server_test.dart' as socket_server_test;
|
| import 'source/test_all.dart' as source_all;
|
| import 'src/test_all.dart' as src_all;
|
| @@ -41,6 +42,7 @@ main() {
|
| protocol_server_test.main();
|
| protocol_test.main();
|
| search_all.main();
|
| + server_options.main();
|
| services_all.main();
|
| socket_server_test.main();
|
| source_all.main();
|
|
|