| 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 4542e991a3fadcdf8076b129dc1ba9668e007bb7..845eb4753a24742cb7abf9fba8096fa9791ef59d 100644
|
| --- a/pkg/analyzer/test/source/path_filter_test.dart
|
| +++ b/pkg/analyzer/test/source/path_filter_test.dart
|
| @@ -8,8 +8,10 @@ import 'package:analyzer/source/path_filter.dart';
|
| import 'package:path/path.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| +import '../utils.dart';
|
| +
|
| main() {
|
| - groupSep = ' | ';
|
| + initializeTestEnvironment();
|
| group('PathFilterTest', () {
|
| setUp(() {});
|
| tearDown(() {});
|
|
|