| Index: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| index 1e62d69540c5c9582afe9e8c82d9768753ef92cb..25619b43ab8e8dfe6c02177dd4ed19e0fc02bc9b 100644
|
| --- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'package:analysis_server/protocol/protocol_generated.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart';
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
|
|