| Index: pkg/analyzer/test/source/path_filter_test.dart
|
| diff --git a/pkg/analyzer/test/source/path_filter_test.dart b/pkg/analyzer/test/source/path_filter_test.dart
|
| index b9ce63bb216c10fa92fc9f311f49a2ac2314ede7..172a421a422722770d4c6aa4989a7caf6a0518ed 100644
|
| --- a/pkg/analyzer/test/source/path_filter_test.dart
|
| +++ b/pkg/analyzer/test/source/path_filter_test.dart
|
| @@ -8,10 +8,7 @@ import 'package:analyzer/source/path_filter.dart';
|
| import 'package:path/path.dart';
|
| import 'package:test/test.dart';
|
|
|
| -import '../utils.dart';
|
| -
|
| main() {
|
| - initializeTestEnvironment();
|
| String root(String path) => context.absolute(context.normalize(path));
|
| group('PathFilterTest', () {
|
| setUp(() {});
|
|
|