| Index: pkg/analysis_server/test/services/correction/fix_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| index 4cd6574f17de175d6c618968b5835d7adb0ca19a..9a1f32eeb46a080f45e26555effb54b48bf8f4dd 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -2,13 +2,11 @@
|
| // 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.correction.fix;
|
| -
|
| import 'dart:async';
|
|
|
| import 'package:analysis_server/plugin/edit/fix/fix_core.dart';
|
| import 'package:analysis_server/plugin/edit/fix/fix_dart.dart';
|
| -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/fix.dart';
|
| import 'package:analysis_server/src/services/correction/fix_internal.dart';
|
|
|