| Index: pkg/analyzer/test/src/context/test_all.dart
|
| diff --git a/pkg/analyzer/test/src/util/test_all.dart b/pkg/analyzer/test/src/context/test_all.dart
|
| similarity index 79%
|
| copy from pkg/analyzer/test/src/util/test_all.dart
|
| copy to pkg/analyzer/test/src/context/test_all.dart
|
| index 88de6e41828c7cd5ca545d7398aebaa70df23e9f..8b733b0c07af4739be6878d02fbd6d3ec979471d 100644
|
| --- a/pkg/analyzer/test/src/util/test_all.dart
|
| +++ b/pkg/analyzer/test/src/context/test_all.dart
|
| @@ -2,16 +2,16 @@
|
| // 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.src.util;
|
| +library test.src.context.test_all;
|
|
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import 'asserts_test.dart' as asserts_test;
|
| +import 'cache_test.dart' as cache_test;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| groupSep = ' | ';
|
| group('task tests', () {
|
| - asserts_test.main();
|
| + cache_test.main();
|
| });
|
| }
|
|
|