| Index: pkg/analysis_server/test/services/refactoring/rename_import_test.dart
|
| diff --git a/pkg/analysis_server/test/services/refactoring/rename_import_test.dart b/pkg/analysis_server/test/services/refactoring/rename_import_test.dart
|
| index 5f13597b4c5d01ea0a451f0d0eb948f76348d970..c413707a053027bf2f0ed2685a215bf3b9daab16 100644
|
| --- a/pkg/analysis_server/test/services/refactoring/rename_import_test.dart
|
| +++ b/pkg/analysis_server/test/services/refactoring/rename_import_test.dart
|
| @@ -2,9 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library test.services.refactoring.rename_import;
|
| -
|
| -import 'package:analysis_server/plugin/protocol/protocol.dart';
|
| +import 'package:analysis_server/protocol/protocol_generated.dart';
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|