| Index: pkg/analyzer/test/index/test_all.dart
|
| diff --git a/pkg/analyzer/test/index/test_all.dart b/pkg/analyzer/test/index/test_all.dart
|
| deleted file mode 100644
|
| index a7390aaa3d4157df75061711699dc69d7728958a..0000000000000000000000000000000000000000
|
| --- a/pkg/analyzer/test/index/test_all.dart
|
| +++ /dev/null
|
| @@ -1,22 +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.
|
| -
|
| -library test.engine.src.index.all;
|
| -
|
| -import 'package:unittest/unittest.dart';
|
| -
|
| -import 'local_index_test.dart' as local_index_test;
|
| -import 'store/test_all.dart' as store_test_all;
|
| -
|
| -
|
| -/**
|
| - * Utility for manually running all tests.
|
| - */
|
| -main() {
|
| - groupSep = ' | ';
|
| - group('index', () {
|
| - local_index_test.main();
|
| - store_test_all.main();
|
| - });
|
| -}
|
|
|