| Index: pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
|
| diff --git a/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart b/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
|
| index 27f76c26cb4bdc7211dee8a650ea3b6258aaa04a..137f068511f0e1f8621a2bfdbbc4f45844238094 100644
|
| --- a/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
|
| +++ b/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
|
| @@ -7,6 +7,7 @@ import 'dart:typed_data';
|
|
|
| import 'package:analysis_server/src/plugin/plugin_manager.dart';
|
| import 'package:analysis_server/src/plugin/plugin_watcher.dart';
|
| +import 'package:analyzer/context/context_root.dart';
|
| import 'package:analyzer/file_system/memory_file_system.dart';
|
| import 'package:analyzer/source/package_map_resolver.dart';
|
| import 'package:analyzer/src/dart/analysis/byte_store.dart';
|
| @@ -14,7 +15,6 @@ import 'package:analyzer/src/dart/analysis/driver.dart';
|
| import 'package:analyzer/src/dart/analysis/file_state.dart';
|
| import 'package:analyzer/src/generated/engine.dart' show AnalysisOptionsImpl;
|
| import 'package:analyzer/src/generated/source.dart';
|
| -import 'package:analyzer_plugin/protocol/protocol_generated.dart';
|
| import 'package:path/path.dart' as path;
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|