| Index: pkg/analysis_server/test/edit/fixes_test.dart
|
| diff --git a/pkg/analysis_server/test/edit/fixes_test.dart b/pkg/analysis_server/test/edit/fixes_test.dart
|
| index c558b167077019239a8ac829aacf8d3063268252..531bf43bc69bc7203bee6e3b3ff723248bf6ff89 100644
|
| --- a/pkg/analysis_server/test/edit/fixes_test.dart
|
| +++ b/pkg/analysis_server/test/edit/fixes_test.dart
|
| @@ -6,9 +6,9 @@ library test.edit.fixes;
|
|
|
| import 'dart:async';
|
|
|
| +import 'package:analysis_server/plugin/protocol/protocol.dart';
|
| import 'package:analysis_server/src/domain_analysis.dart';
|
| import 'package:analysis_server/src/edit/edit_domain.dart';
|
| -import 'package:analysis_server/src/protocol.dart';
|
| import 'package:plugin/manager.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart' hide ERROR;
|
|
|