| OLD | NEW |
| 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 import 'package:test_reflective_loader/test_reflective_loader.dart'; | 5 import 'package:test_reflective_loader/test_reflective_loader.dart'; |
| 6 | 6 |
| 7 import 'analysis/test_all.dart' as analysis_all; | 7 import 'analysis/test_all.dart' as analysis_all; |
| 8 import 'analysis_server_test.dart' as analysis_server_test; | 8 import 'analysis_server_test.dart' as analysis_server_test; |
| 9 import 'channel/test_all.dart' as channel_test; | 9 import 'channel/test_all.dart' as channel_test; |
| 10 import 'completion_test.dart' as completion_test; | 10 import 'completion_test.dart' as completion_test; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 plugin_all.main(); | 47 plugin_all.main(); |
| 48 protocol_server_test.main(); | 48 protocol_server_test.main(); |
| 49 protocol_test.main(); | 49 protocol_test.main(); |
| 50 search_all.main(); | 50 search_all.main(); |
| 51 server_options.main(); | 51 server_options.main(); |
| 52 services_all.main(); | 52 services_all.main(); |
| 53 single_context_manager_test.main(); | 53 single_context_manager_test.main(); |
| 54 socket_server_test.main(); | 54 socket_server_test.main(); |
| 55 source_all.main(); | 55 source_all.main(); |
| 56 src_all.main(); | 56 src_all.main(); |
| 57 }, name: 'analisys_server'); | 57 }, name: 'analysis_server'); |
| 58 } | 58 } |
| OLD | NEW |