| Index: pkg/analysis_services/test/test_all.dart
|
| diff --git a/pkg/analysis_services/test/test_all.dart b/pkg/analysis_services/test/test_all.dart
|
| deleted file mode 100644
|
| index 170b39a668ba1035011a8aed624af64f1d99002b..0000000000000000000000000000000000000000
|
| --- a/pkg/analysis_services/test/test_all.dart
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -import 'package:unittest/unittest.dart';
|
| -
|
| -import 'completion/test_all.dart' as completion_all;
|
| -import 'correction/test_all.dart' as correction_all;
|
| -import 'index/test_all.dart' as index_all;
|
| -import 'refactoring/test_all.dart' as refactoring_all;
|
| -import 'search/test_all.dart' as search_all;
|
| -
|
| -/// Utility for manually running all tests.
|
| -main() {
|
| - groupSep = ' | ';
|
| - completion_all.main();
|
| - correction_all.main();
|
| - index_all.main();
|
| - refactoring_all.main();
|
| - search_all.main();
|
| -}
|
|
|