| Index: pkg/analysis_server/test/src/watch_manager_test.dart
|
| diff --git a/pkg/analysis_server/test/src/watch_manager_test.dart b/pkg/analysis_server/test/src/watch_manager_test.dart
|
| index a8d885d63eb8e105358b8c3e6a2eff471a248703..99b76fcb20c0f9f65cfbec328c33017d9e011b8e 100644
|
| --- a/pkg/analysis_server/test/src/watch_manager_test.dart
|
| +++ b/pkg/analysis_server/test/src/watch_manager_test.dart
|
| @@ -14,9 +14,10 @@ import 'package:unittest/unittest.dart';
|
| import 'package:watcher/watcher.dart';
|
|
|
| import '../mocks.dart';
|
| +import '../utils.dart';
|
|
|
| main() {
|
| - groupSep = ' | ';
|
| + initializeTestEnvironment();
|
| defineReflectiveTests(WatchManagerTest);
|
| defineReflectiveTests(WatchNodeTest);
|
| }
|
|
|