| Index: pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/organize_directives_test.dart b/pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| index 503ad0559945c8caff57408aeea6c872eb7aa309..96fc16ebc5d3bef3323c02d94c7213adbebc84a7 100644
|
| --- a/pkg/analysis_server/test/services/correction/organize_directives_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/organize_directives_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.organize_directives;
|
| -
|
| -import 'package:analysis_server/plugin/protocol/protocol.dart'
|
| +import 'package:analysis_server/protocol/protocol_generated.dart'
|
| hide AnalysisError;
|
| import 'package:analysis_server/src/services/correction/organize_directives.dart';
|
| import 'package:analyzer/error/error.dart';
|
|
|