| Index: pkg/analysis_server/test/plugin/protocol_dart_test.dart
|
| diff --git a/pkg/analysis_server/test/plugin/protocol_dart_test.dart b/pkg/analysis_server/test/plugin/protocol_dart_test.dart
|
| index a08ff889a4e63ea7c552ae2476cdcc019f29a6be..7d6c4cee8365f96f3e5bce6751ae14233074f5e7 100644
|
| --- a/pkg/analysis_server/test/plugin/protocol_dart_test.dart
|
| +++ b/pkg/analysis_server/test/plugin/protocol_dart_test.dart
|
| @@ -2,10 +2,8 @@
|
| // 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.computer.element;
|
| -
|
| -import 'package:analysis_server/plugin/protocol/protocol.dart';
|
| import 'package:analysis_server/plugin/protocol/protocol_dart.dart';
|
| +import 'package:analysis_server/protocol/protocol_generated.dart';
|
| import 'package:analyzer/dart/ast/ast.dart' as engine;
|
| import 'package:analyzer/dart/ast/visitor.dart' as engine;
|
| import 'package:analyzer/dart/element/element.dart' as engine;
|
|
|